Shades of Caribbean Green #0CC88F
Tints of Caribbean Green #0CC88F
RGB
CMYK
RGB Variations
Color information
#0CC88F (or 0x0CC88F) is known color: Caribbean Green. HEX triplet: 0C, C8 and 8F. RGB value is (12,200,143). Sum of RGB (Red+Green+Blue) = 12+200+143=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC88F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC88F is #F33770. Grayscale: #898989. Windows color (decimal): -15939441 or 9422860. OLE color: 9422860.
HSL color Cylindrical-coordinate representation of color #0CC88F: hue angle of 161.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC88F is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 143 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.22 |
| HSL | 161.81º | 0.89% | 0.42% | - |
| HSV(B) | 161.81º | 0.94% | 0.78% | - |
| XYZ | 25.76 | 43.37 | 33 | - |
| YUV | 137.29 | 131.22 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 143 | 0.94 | 0 | 0.28 | 0.22 | 161.81 | 0.89 | 0.42 |
| Hex | C | C8 | 8F | 5E | 0 | 1C | 16 | A2 | 59 | 2A |
| Octal | 14 | 310 | 217 | 136 | 0 | 34 | 26 | 242 | 131 | 52 |
| Binary | 1100 | 11001000 | 10001111 | 1011110 | 0 | 11100 | 10110 | 10100010 | 1011001 | 101010 |
Color Harmonies of #0CC88F
Complementary color
Monochromatic Colors of #0CC88F
Black with #0CC88F
Text Example
Text Example
White with #0CC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC88F; }
p { color: rgb(12,200,143); }
H1.HeaderClassName
{
color: #0CC88F;
}
.AnyTagClassName
{
color: #0CC88F;
}
</style>
background-color css
<style>
a { background-color: #0CC88F; }
a { background-color: rgb(12,200,143); }
div.DivClassName
{
background-color: #0CC88F;
}
.BgClassName
{
background-color: #0CC88F;
}
</style>
border-color css
<style>
span { border-color: #0CC88F; }
span { border-color: rgb(12,200,143); }
td.TdClassName
{
border-color: #0CC88F;
}
.TagClassName
{
border-color: #0CC88F;
}
</style>