#06C5A0

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

Shades of Caribbean Green #06C5A0

Tints of Caribbean Green #06C5A0

Color information

#06C5A0 (or 0x06C5A0) is unknown color: approx Caribbean Green. HEX triplet: 06, C5 and A0. RGB value is (6,197,160). Sum of RGB (Red+Green+Blue) = 6+197+160=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #06C5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C5A0 is #F93A5F. Grayscale: #878787. Windows color (decimal): -16333408 or 10536198. OLE color: 10536198.

HSL color Cylindrical-coordinate representation of color #06C5A0: hue angle of 168.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C5A0 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB6197160-
CMYK0.9700.190.23
HSL168.38º94.09%39.8%-
HSV(B)168.38º96.95%77.25%-
XYZ26.3942.5140.07-
YUV135.67141.7235.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.65%
GREEN value IS 197 (77.34% from 255) = 54.27%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=1.65%
G=54.27%
B=44.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61971600.9700.190.23168.3894.0939.8
Hex6C5A06101317a85e28
Octal63052401410232725013650
Binary1101100010110100000110000101001110111101010001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06C5A0; }

 p { color: rgb(6,197,160); }

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

<style>
 a { background-color: #06C5A0; }

 a { background-color: rgb(6,197,160); }

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

<style>
 span { border-color: #06C5A0; }

 span { border-color: rgb(6,197,160); }

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