Shades of Caribbean Green #0DBF98
Tints of Caribbean Green #0DBF98
RGB
CMYK
RGB Variations
Color information
#0DBF98 (or 0x0DBF98) is known color: Caribbean Green. HEX triplet: 0D, BF and 98. RGB value is (13,191,152). Sum of RGB (Red+Green+Blue) = 13+191+152=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBF98 is #F24067. Grayscale: #858585. Windows color (decimal): -15876200 or 10010381. OLE color: 10010381.
HSL color Cylindrical-coordinate representation of color #0DBF98: hue angle of 166.85º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF98 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 152 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.25 |
| HSL | 166.85º | 0.87% | 0.4% | - |
| HSV(B) | 166.85º | 0.93% | 0.75% | - |
| XYZ | 24.46 | 39.61 | 36.06 | - |
| YUV | 133.33 | 138.53 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 152 | 0.93 | 0 | 0.20 | 0.25 | 166.85 | 0.87 | 0.4 |
| Hex | D | BF | 98 | 5D | 0 | 14 | 19 | A7 | 57 | 28 |
| Octal | 15 | 277 | 230 | 135 | 0 | 24 | 31 | 247 | 127 | 50 |
| Binary | 1101 | 10111111 | 10011000 | 1011101 | 0 | 10100 | 11001 | 10100111 | 1010111 | 101000 |
Color Harmonies of #0DBF98
Complementary color
Monochromatic Colors of #0DBF98
Black with #0DBF98
Text Example
Text Example
White with #0DBF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF98; }
p { color: rgb(13,191,152); }
H1.HeaderClassName
{
color: #0DBF98;
}
.AnyTagClassName
{
color: #0DBF98;
}
</style>
background-color css
<style>
a { background-color: #0DBF98; }
a { background-color: rgb(13,191,152); }
div.DivClassName
{
background-color: #0DBF98;
}
.BgClassName
{
background-color: #0DBF98;
}
</style>
border-color css
<style>
span { border-color: #0DBF98; }
span { border-color: rgb(13,191,152); }
td.TdClassName
{
border-color: #0DBF98;
}
.TagClassName
{
border-color: #0DBF98;
}
</style>