Shades of Caribbean Green #0CCE98
Tints of Caribbean Green #0CCE98
RGB
CMYK
RGB Variations
Color information
#0CCE98 (or 0x0CCE98) is known color: Caribbean Green. HEX triplet: 0C, CE and 98. RGB value is (12,206,152). Sum of RGB (Red+Green+Blue) = 12+206+152=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCE98 is #F33167. Grayscale: #8D8D8D. Windows color (decimal): -15937896 or 10014220. OLE color: 10014220.
HSL color Cylindrical-coordinate representation of color #0CCE98: hue angle of 163.3º 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 #0CCE98 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 152 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.19 |
| HSL | 163.3º | 0.89% | 0.43% | - |
| HSV(B) | 163.3º | 0.94% | 0.81% | - |
| XYZ | 27.89 | 46.49 | 37.21 | - |
| YUV | 141.84 | 133.73 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 152 | 0.94 | 0 | 0.26 | 0.19 | 163.3 | 0.89 | 0.43 |
| Hex | C | CE | 98 | 5E | 0 | 1A | 13 | A3 | 59 | 2B |
| Octal | 14 | 316 | 230 | 136 | 0 | 32 | 23 | 243 | 131 | 53 |
| Binary | 1100 | 11001110 | 10011000 | 1011110 | 0 | 11010 | 10011 | 10100011 | 1011001 | 101011 |
Color Harmonies of #0CCE98
Complementary color
Monochromatic Colors of #0CCE98
Black with #0CCE98
Text Example
Text Example
White with #0CCE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE98; }
p { color: rgb(12,206,152); }
H1.HeaderClassName
{
color: #0CCE98;
}
.AnyTagClassName
{
color: #0CCE98;
}
</style>
background-color css
<style>
a { background-color: #0CCE98; }
a { background-color: rgb(12,206,152); }
div.DivClassName
{
background-color: #0CCE98;
}
.BgClassName
{
background-color: #0CCE98;
}
</style>
border-color css
<style>
span { border-color: #0CCE98; }
span { border-color: rgb(12,206,152); }
td.TdClassName
{
border-color: #0CCE98;
}
.TagClassName
{
border-color: #0CCE98;
}
</style>