#0CCAA9

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

Shades of Caribbean Green #0CCAA9

Tints of Caribbean Green #0CCAA9

Color information

#0CCAA9 (or 0x0CCAA9) is unknown color: approx Caribbean Green. HEX triplet: 0C, CA and A9. RGB value is (12,202,169). Sum of RGB (Red+Green+Blue) = 12+202+169=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCAA9 is #F33556. Grayscale: #8D8D8D. Windows color (decimal): -15938903 or 11127308. OLE color: 11127308.

HSL color Cylindrical-coordinate representation of color #0CCAA9: hue angle of 169.58º 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 #0CCAA9 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB12202169-
CMYK0.9400.160.21
HSL169.58º88.79%41.96%-
HSV(B)169.58º94.06%79.22%-
XYZ28.4345.1844.76-
YUV141.43143.5535.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.13%
GREEN value IS 202 (79.30% from 255) = 52.74%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=3.13%
G=52.74%
B=44.13%

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
Decimal122021690.9400.160.21169.5888.7941.96
HexCCAA95E01015aa592a
Octal143122511360202525213152
Binary11001100101010101001101111001000010101101010101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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