#06CC9D

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

Shades of Caribbean Green #06CC9D

Tints of Caribbean Green #06CC9D

Color information

#06CC9D (or 0x06CC9D) is unknown color: approx Caribbean Green. HEX triplet: 06, CC and 9D. RGB value is (6,204,157). Sum of RGB (Red+Green+Blue) = 6+204+157=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CC9D is #F93362. Grayscale: #8B8B8B. Windows color (decimal): -16331619 or 10341382. OLE color: 10341382.

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

Color convert

RGB6204157-
CMYK0.9700.230.2
HSL165.76º94.29%41.18%-
HSV(B)165.76º97.06%80%-
XYZ27.7545.6639.25-
YUV139.44137.932.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.63%
GREEN value IS 204 (80.08% from 255) = 55.59%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=1.63%
G=55.59%
B=42.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal62041570.9700.230.2165.7694.2941.18
Hex6CC9D6101714a65e29
Octal63142351410272424613651
Binary1101100110010011101110000101011110100101001101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,204,157); }

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

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

 a { background-color: rgb(6,204,157); }

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

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

 span { border-color: rgb(6,204,157); }

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