#05c294

Color #05C294 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #05C294

Tints of Caribbean Green #05C294

Color information

#05C294 (or 0x05C294) is unknown color: approx Caribbean Green. HEX triplet: 05, C2 and 94. RGB value is (5,194,148). Sum of RGB (Red+Green+Blue) = 5+194+148=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #05C294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C294 is #FA3D6B. Grayscale: #848484. Windows color (decimal): -16399724 or 9748997. OLE color: 9748997.

HSL color Cylindrical-coordinate representation of color #05C294: hue angle of 165.4º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C294 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB5194148-
CMYK0.9700.240.24
HSL165.4º94.97%39.02%-
HSV(B)165.4º97.42%76.08%-
XYZ24.740.7534.58-
YUV132.24136.8837.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.44%
GREEN value IS 194 (76.17% from 255) = 55.91%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=1.44%
G=55.91%
B=42.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51941480.9700.240.24165.494.9739.02
Hex5C2946101818a55f27
Octal53022241410303024513747
Binary1011100001010010100110000101100011000101001011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05c294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05c294; }

 p { color: rgb(5,194,148); }

 H1.HeaderClassName
 {
   color: #05c294;
 }
 .AnyTagClassName
 {
   color: #05c294;
 }
</style>
background-color css

<style>
 a { background-color: #05c294; }

 a { background-color: rgb(5,194,148); }

 div.DivClassName
 {
   background-color: #05c294;
 }
 .BgClassName
 {
   background-color: #05c294;
 }
</style>
border-color css

<style>
 span { border-color: #05c294; }

 span { border-color: rgb(5,194,148); }

 td.TdClassName
 {
   border-color: #05c294;
 }
 .TagClassName
 {
   border-color: #05c294;
 }
</style>