Shades of Caribbean Green #0DCB98
Tints of Caribbean Green #0DCB98
RGB
CMYK
RGB Variations
Color information
#0DCB98 (or 0x0DCB98) is known color: Caribbean Green. HEX triplet: 0D, CB and 98. RGB value is (13,203,152). Sum of RGB (Red+Green+Blue) = 13+203+152=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCB98 is #F23467. Grayscale: #8C8C8C. Windows color (decimal): -15873128 or 10013453. OLE color: 10013453.
HSL color Cylindrical-coordinate representation of color #0DCB98: hue angle of 163.89º degrees, saturation: 0.88, 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 #0DCB98 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 152 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.20 |
| HSL | 163.89º | 0.88% | 0.42% | - |
| HSV(B) | 163.89º | 0.94% | 0.8% | - |
| XYZ | 27.19 | 45.06 | 36.97 | - |
| YUV | 140.38 | 134.55 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 152 | 0.94 | 0 | 0.25 | 0.20 | 163.89 | 0.88 | 0.42 |
| Hex | D | CB | 98 | 5E | 0 | 19 | 14 | A4 | 58 | 2A |
| Octal | 15 | 313 | 230 | 136 | 0 | 31 | 24 | 244 | 130 | 52 |
| Binary | 1101 | 11001011 | 10011000 | 1011110 | 0 | 11001 | 10100 | 10100100 | 1011000 | 101010 |
Color Harmonies of #0DCB98
Complementary color
Monochromatic Colors of #0DCB98
Black with #0DCB98
Text Example
Text Example
White with #0DCB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB98; }
p { color: rgb(13,203,152); }
H1.HeaderClassName
{
color: #0DCB98;
}
.AnyTagClassName
{
color: #0DCB98;
}
</style>
background-color css
<style>
a { background-color: #0DCB98; }
a { background-color: rgb(13,203,152); }
div.DivClassName
{
background-color: #0DCB98;
}
.BgClassName
{
background-color: #0DCB98;
}
</style>
border-color css
<style>
span { border-color: #0DCB98; }
span { border-color: rgb(13,203,152); }
td.TdClassName
{
border-color: #0DCB98;
}
.TagClassName
{
border-color: #0DCB98;
}
</style>