#0CC9AA

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

Shades of Caribbean Green #0CC9AA

Tints of Caribbean Green #0CC9AA

Color information

#0CC9AA (or 0x0CC9AA) is unknown color: approx Caribbean Green. HEX triplet: 0C, C9 and AA. RGB value is (12,201,170). Sum of RGB (Red+Green+Blue) = 12+201+170=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC9AA is #F33655. Grayscale: #8C8C8C. Windows color (decimal): -15939158 or 11192588. OLE color: 11192588.

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

Color convert

RGB12201170-
CMYK0.9400.150.21
HSL170.16º88.73%41.76%-
HSV(B)170.16º94.03%78.82%-
XYZ28.2944.7545.18-
YUV140.95144.3836.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.13%
GREEN value IS 201 (78.91% from 255) = 52.48%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=3.13%
G=52.48%
B=44.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122011700.9400.150.21170.1688.7341.76
HexCC9AA5E0F15aa592a
Octal143112521360172525213152
Binary1100110010011010101010111100111110101101010101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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