Shades of Caribbean Green #0CBC9C
Tints of Caribbean Green #0CBC9C
RGB
CMYK
RGB Variations
Color information
#0CBC9C (or 0x0CBC9C) is known color: Caribbean Green. HEX triplet: 0C, BC and 9C. RGB value is (12,188,156). Sum of RGB (Red+Green+Blue) = 12+188+156=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBC9C is #F34363. Grayscale: #838383. Windows color (decimal): -15942500 or 10271756. OLE color: 10271756.
HSL color Cylindrical-coordinate representation of color #0CBC9C: hue angle of 169.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC9C is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 156 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.26 |
| HSL | 169.09º | 0.88% | 0.39% | - |
| HSV(B) | 169.09º | 0.94% | 0.74% | - |
| XYZ | 24.14 | 38.44 | 37.6 | - |
| YUV | 131.73 | 141.69 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 156 | 0.94 | 0 | 0.17 | 0.26 | 169.09 | 0.88 | 0.39 |
| Hex | C | BC | 9C | 5E | 0 | 11 | 1A | A9 | 58 | 27 |
| Octal | 14 | 274 | 234 | 136 | 0 | 21 | 32 | 251 | 130 | 47 |
| Binary | 1100 | 10111100 | 10011100 | 1011110 | 0 | 10001 | 11010 | 10101001 | 1011000 | 100111 |
Color Harmonies of #0CBC9C
Complementary color
Monochromatic Colors of #0CBC9C
Black with #0CBC9C
Text Example
Text Example
White with #0CBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC9C; }
p { color: rgb(12,188,156); }
H1.HeaderClassName
{
color: #0CBC9C;
}
.AnyTagClassName
{
color: #0CBC9C;
}
</style>
background-color css
<style>
a { background-color: #0CBC9C; }
a { background-color: rgb(12,188,156); }
div.DivClassName
{
background-color: #0CBC9C;
}
.BgClassName
{
background-color: #0CBC9C;
}
</style>
border-color css
<style>
span { border-color: #0CBC9C; }
span { border-color: rgb(12,188,156); }
td.TdClassName
{
border-color: #0CBC9C;
}
.TagClassName
{
border-color: #0CBC9C;
}
</style>