Shades of Caribbean Green #0DBF9E
Tints of Caribbean Green #0DBF9E
RGB
CMYK
RGB Variations
Color information
#0DBF9E (or 0x0DBF9E) is known color: Caribbean Green. HEX triplet: 0D, BF and 9E. RGB value is (13,191,158). Sum of RGB (Red+Green+Blue) = 13+191+158=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBF9E is #F24061. Grayscale: #858585. Windows color (decimal): -15876194 or 10403597. OLE color: 10403597.
HSL color Cylindrical-coordinate representation of color #0DBF9E: hue angle of 168.88º 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 #0DBF9E is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 158 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.25 |
| HSL | 168.88º | 0.87% | 0.4% | - |
| HSV(B) | 168.88º | 0.93% | 0.75% | - |
| XYZ | 24.97 | 39.82 | 38.72 | - |
| YUV | 134.02 | 141.53 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 158 | 0.93 | 0 | 0.17 | 0.25 | 168.88 | 0.87 | 0.4 |
| Hex | D | BF | 9E | 5D | 0 | 11 | 19 | A9 | 57 | 28 |
| Octal | 15 | 277 | 236 | 135 | 0 | 21 | 31 | 251 | 127 | 50 |
| Binary | 1101 | 10111111 | 10011110 | 1011101 | 0 | 10001 | 11001 | 10101001 | 1010111 | 101000 |
Color Harmonies of #0DBF9E
Complementary color
Monochromatic Colors of #0DBF9E
Black with #0DBF9E
Text Example
Text Example
White with #0DBF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF9E; }
p { color: rgb(13,191,158); }
H1.HeaderClassName
{
color: #0DBF9E;
}
.AnyTagClassName
{
color: #0DBF9E;
}
</style>
background-color css
<style>
a { background-color: #0DBF9E; }
a { background-color: rgb(13,191,158); }
div.DivClassName
{
background-color: #0DBF9E;
}
.BgClassName
{
background-color: #0DBF9E;
}
</style>
border-color css
<style>
span { border-color: #0DBF9E; }
span { border-color: rgb(13,191,158); }
td.TdClassName
{
border-color: #0DBF9E;
}
.TagClassName
{
border-color: #0DBF9E;
}
</style>