Shades of Caribbean Green #0CCE9C
Tints of Caribbean Green #0CCE9C
RGB
CMYK
RGB Variations
Color information
#0CCE9C (or 0x0CCE9C) is known color: Caribbean Green. HEX triplet: 0C, CE and 9C. RGB value is (12,206,156). Sum of RGB (Red+Green+Blue) = 12+206+156=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCE9C is #F33163. Grayscale: #8E8E8E. Windows color (decimal): -15937892 or 10276364. OLE color: 10276364.
HSL color Cylindrical-coordinate representation of color #0CCE9C: hue angle of 164.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE9C is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 156 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.19 |
| HSL | 164.54º | 0.89% | 0.43% | - |
| HSV(B) | 164.54º | 0.94% | 0.81% | - |
| XYZ | 28.22 | 46.62 | 38.96 | - |
| YUV | 142.29 | 135.73 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 156 | 0.94 | 0 | 0.24 | 0.19 | 164.54 | 0.89 | 0.43 |
| Hex | C | CE | 9C | 5E | 0 | 18 | 13 | A5 | 59 | 2B |
| Octal | 14 | 316 | 234 | 136 | 0 | 30 | 23 | 245 | 131 | 53 |
| Binary | 1100 | 11001110 | 10011100 | 1011110 | 0 | 11000 | 10011 | 10100101 | 1011001 | 101011 |
Color Harmonies of #0CCE9C
Complementary color
Monochromatic Colors of #0CCE9C
Black with #0CCE9C
Text Example
Text Example
White with #0CCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE9C; }
p { color: rgb(12,206,156); }
H1.HeaderClassName
{
color: #0CCE9C;
}
.AnyTagClassName
{
color: #0CCE9C;
}
</style>
background-color css
<style>
a { background-color: #0CCE9C; }
a { background-color: rgb(12,206,156); }
div.DivClassName
{
background-color: #0CCE9C;
}
.BgClassName
{
background-color: #0CCE9C;
}
</style>
border-color css
<style>
span { border-color: #0CCE9C; }
span { border-color: rgb(12,206,156); }
td.TdClassName
{
border-color: #0CCE9C;
}
.TagClassName
{
border-color: #0CCE9C;
}
</style>