Shades of Caribbean Green #0DBA98
Tints of Caribbean Green #0DBA98
RGB
CMYK
RGB Variations
Color information
#0DBA98 (or 0x0DBA98) is known color: Caribbean Green. HEX triplet: 0D, BA and 98. RGB value is (13,186,152). Sum of RGB (Red+Green+Blue) = 13+186+152=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBA98 is #F24567. Grayscale: #828282. Windows color (decimal): -15877480 or 10009101. OLE color: 10009101.
HSL color Cylindrical-coordinate representation of color #0DBA98: hue angle of 168.21º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA98 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 152 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.27 |
| HSL | 168.21º | 0.87% | 0.39% | - |
| HSV(B) | 168.21º | 0.93% | 0.73% | - |
| XYZ | 23.39 | 37.47 | 35.71 | - |
| YUV | 130.4 | 140.19 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 152 | 0.93 | 0 | 0.18 | 0.27 | 168.21 | 0.87 | 0.39 |
| Hex | D | BA | 98 | 5D | 0 | 12 | 1B | A8 | 57 | 27 |
| Octal | 15 | 272 | 230 | 135 | 0 | 22 | 33 | 250 | 127 | 47 |
| Binary | 1101 | 10111010 | 10011000 | 1011101 | 0 | 10010 | 11011 | 10101000 | 1010111 | 100111 |
Color Harmonies of #0DBA98
Complementary color
Monochromatic Colors of #0DBA98
Black with #0DBA98
Text Example
Text Example
White with #0DBA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA98; }
p { color: rgb(13,186,152); }
H1.HeaderClassName
{
color: #0DBA98;
}
.AnyTagClassName
{
color: #0DBA98;
}
</style>
background-color css
<style>
a { background-color: #0DBA98; }
a { background-color: rgb(13,186,152); }
div.DivClassName
{
background-color: #0DBA98;
}
.BgClassName
{
background-color: #0DBA98;
}
</style>
border-color css
<style>
span { border-color: #0DBA98; }
span { border-color: rgb(13,186,152); }
td.TdClassName
{
border-color: #0DBA98;
}
.TagClassName
{
border-color: #0DBA98;
}
</style>