Shades of Caribbean Green #0DBE98
Tints of Caribbean Green #0DBE98
RGB
CMYK
RGB Variations
Color information
#0DBE98 (or 0x0DBE98) is known color: Caribbean Green. HEX triplet: 0D, BE and 98. RGB value is (13,190,152). Sum of RGB (Red+Green+Blue) = 13+190+152=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE98 is #F24167. Grayscale: #848484. Windows color (decimal): -15876456 or 10010125. OLE color: 10010125.
HSL color Cylindrical-coordinate representation of color #0DBE98: hue angle of 167.12º 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 #0DBE98 is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 152 | - |
| CMYK | 0.93 | 0 | 0.2 | 0.25 |
| HSL | 167.12º | 0.87% | 0.4% | - |
| HSV(B) | 167.12º | 0.93% | 0.75% | - |
| XYZ | 24.25 | 39.18 | 35.99 | - |
| YUV | 132.75 | 138.86 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 152 | 0.93 | 0 | 0.2 | 0.25 | 167.12 | 0.87 | 0.4 |
| Hex | D | BE | 98 | 5D | 0 | 14 | 19 | A7 | 57 | 28 |
| Octal | 15 | 276 | 230 | 135 | 0 | 24 | 31 | 247 | 127 | 50 |
| Binary | 1101 | 10111110 | 10011000 | 1011101 | 0 | 10100 | 11001 | 10100111 | 1010111 | 101000 |
Color Harmonies of #0DBE98
Complementary color
Monochromatic Colors of #0DBE98
Black with #0DBE98
Text Example
Text Example
White with #0DBE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE98; }
p { color: rgb(13,190,152); }
H1.HeaderClassName
{
color: #0DBE98;
}
.AnyTagClassName
{
color: #0DBE98;
}
</style>
background-color css
<style>
a { background-color: #0DBE98; }
a { background-color: rgb(13,190,152); }
div.DivClassName
{
background-color: #0DBE98;
}
.BgClassName
{
background-color: #0DBE98;
}
</style>
border-color css
<style>
span { border-color: #0DBE98; }
span { border-color: rgb(13,190,152); }
td.TdClassName
{
border-color: #0DBE98;
}
.TagClassName
{
border-color: #0DBE98;
}
</style>