#0CCA9B

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

Shades of Caribbean Green #0CCA9B

Tints of Caribbean Green #0CCA9B

Color information

#0CCA9B (or 0x0CCA9B) is unknown color: approx Caribbean Green. HEX triplet: 0C, CA and 9B. RGB value is (12,202,155). Sum of RGB (Red+Green+Blue) = 12+202+155=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA9B is #F33564. Grayscale: #8B8B8B. Windows color (decimal): -15938917 or 10209804. OLE color: 10209804.

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

Color convert

RGB12202155-
CMYK0.9400.230.21
HSL165.16º88.79%41.96%-
HSV(B)165.16º94.06%79.22%-
XYZ27.1944.6938.2-
YUV139.83136.5536.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.25%
GREEN value IS 202 (79.30% from 255) = 54.74%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=3.25%
G=54.74%
B=42.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122021550.9400.230.21165.1688.7941.96
HexCCA9B5E01715a5592a
Octal143122331360272524513152
Binary11001100101010011011101111001011110101101001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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