Shades of Caribbean Green #0CCC8F
Tints of Caribbean Green #0CCC8F
RGB
CMYK
RGB Variations
Color information
#0CCC8F (or 0x0CCC8F) is known color: Caribbean Green. HEX triplet: 0C, CC and 8F. RGB value is (12,204,143). Sum of RGB (Red+Green+Blue) = 12+204+143=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCC8F is #F33370. Grayscale: #8B8B8B. Windows color (decimal): -15938417 or 9423884. OLE color: 9423884.
HSL color Cylindrical-coordinate representation of color #0CCC8F: hue angle of 160.94º 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 #0CCC8F is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 143 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.2 |
| HSL | 160.94º | 0.89% | 0.42% | - |
| HSV(B) | 160.94º | 0.94% | 0.8% | - |
| XYZ | 26.7 | 45.25 | 33.31 | - |
| YUV | 139.64 | 129.89 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 143 | 0.94 | 0 | 0.30 | 0.2 | 160.94 | 0.89 | 0.42 |
| Hex | C | CC | 8F | 5E | 0 | 1E | 14 | A1 | 59 | 2A |
| Octal | 14 | 314 | 217 | 136 | 0 | 36 | 24 | 241 | 131 | 52 |
| Binary | 1100 | 11001100 | 10001111 | 1011110 | 0 | 11110 | 10100 | 10100001 | 1011001 | 101010 |
Color Harmonies of #0CCC8F
Complementary color
Monochromatic Colors of #0CCC8F
Black with #0CCC8F
Text Example
Text Example
White with #0CCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC8F; }
p { color: rgb(12,204,143); }
H1.HeaderClassName
{
color: #0CCC8F;
}
.AnyTagClassName
{
color: #0CCC8F;
}
</style>
background-color css
<style>
a { background-color: #0CCC8F; }
a { background-color: rgb(12,204,143); }
div.DivClassName
{
background-color: #0CCC8F;
}
.BgClassName
{
background-color: #0CCC8F;
}
</style>
border-color css
<style>
span { border-color: #0CCC8F; }
span { border-color: rgb(12,204,143); }
td.TdClassName
{
border-color: #0CCC8F;
}
.TagClassName
{
border-color: #0CCC8F;
}
</style>