#0CC9A9

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

Shades of Caribbean Green #0CC9A9

Tints of Caribbean Green #0CC9A9

Color information

#0CC9A9 (or 0x0CC9A9) is unknown color: approx Caribbean Green. HEX triplet: 0C, C9 and A9. RGB value is (12,201,169). Sum of RGB (Red+Green+Blue) = 12+201+169=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC9A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC9A9 is #F33656. Grayscale: #8C8C8C. Windows color (decimal): -15939159 or 11127052. OLE color: 11127052.

HSL color Cylindrical-coordinate representation of color #0CC9A9: hue angle of 169.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC9A9 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB12201169-
CMYK0.9400.160.21
HSL169.84º88.73%41.76%-
HSV(B)169.84º94.03%78.82%-
XYZ28.244.7244.68-
YUV140.84143.8836.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.14%
GREEN value IS 201 (78.91% from 255) = 52.62%
BLUE value IS 169 (66.41% from 255) = 44.24%
R=3.14%
G=52.62%
B=44.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122011690.9400.160.21169.8488.7341.76
HexCC9A95E01015aa592a
Octal143112511360202525213152
Binary11001100100110101001101111001000010101101010101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CC9A9; }

 p { color: rgb(12,201,169); }

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

<style>
 a { background-color: #0CC9A9; }

 a { background-color: rgb(12,201,169); }

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

<style>
 span { border-color: #0CC9A9; }

 span { border-color: rgb(12,201,169); }

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