Shades of Caribbean Green #0CCBA8
Tints of Caribbean Green #0CCBA8
RGB
CMYK
RGB Variations
Color information
#0CCBA8 (or 0x0CCBA8) is known color: Caribbean Green. HEX triplet: 0C, CB and A8. RGB value is (12,203,168). Sum of RGB (Red+Green+Blue) = 12+203+168=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCBA8 is #F33457. Grayscale: #8D8D8D. Windows color (decimal): -15938648 or 11062028. OLE color: 11062028.
HSL color Cylindrical-coordinate representation of color #0CCBA8: hue angle of 169.01º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCBA8 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 168 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.20 |
| HSL | 169.01º | 0.89% | 0.42% | - |
| HSV(B) | 169.01º | 0.94% | 0.8% | - |
| XYZ | 28.58 | 45.62 | 44.34 | - |
| YUV | 141.9 | 142.72 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 168 | 0.94 | 0 | 0.17 | 0.20 | 169.01 | 0.89 | 0.42 |
| Hex | C | CB | A8 | 5E | 0 | 11 | 14 | A9 | 59 | 2A |
| Octal | 14 | 313 | 250 | 136 | 0 | 21 | 24 | 251 | 131 | 52 |
| Binary | 1100 | 11001011 | 10101000 | 1011110 | 0 | 10001 | 10100 | 10101001 | 1011001 | 101010 |
Color Harmonies of #0CCBA8
Complementary color
Monochromatic Colors of #0CCBA8
Black with #0CCBA8
Text Example
Text Example
White with #0CCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBA8; }
p { color: rgb(12,203,168); }
H1.HeaderClassName
{
color: #0CCBA8;
}
.AnyTagClassName
{
color: #0CCBA8;
}
</style>
background-color css
<style>
a { background-color: #0CCBA8; }
a { background-color: rgb(12,203,168); }
div.DivClassName
{
background-color: #0CCBA8;
}
.BgClassName
{
background-color: #0CCBA8;
}
</style>
border-color css
<style>
span { border-color: #0CCBA8; }
span { border-color: rgb(12,203,168); }
td.TdClassName
{
border-color: #0CCBA8;
}
.TagClassName
{
border-color: #0CCBA8;
}
</style>