Shades of Caribbean Green #0DBE91
Tints of Caribbean Green #0DBE91
RGB
CMYK
RGB Variations
Color information
#0DBE91 (or 0x0DBE91) is known color: Caribbean Green. HEX triplet: 0D, BE and 91. RGB value is (13,190,145). Sum of RGB (Red+Green+Blue) = 13+190+145=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE91 is #F2416E. Grayscale: #838383. Windows color (decimal): -15876463 or 9551373. OLE color: 9551373.
HSL color Cylindrical-coordinate representation of color #0DBE91: hue angle of 164.75º 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 #0DBE91 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 145 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.25 |
| HSL | 164.75º | 0.87% | 0.4% | - |
| HSV(B) | 164.75º | 0.93% | 0.75% | - |
| XYZ | 23.69 | 38.96 | 33.06 | - |
| YUV | 131.95 | 135.36 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 145 | 0.93 | 0 | 0.24 | 0.25 | 164.75 | 0.87 | 0.4 |
| Hex | D | BE | 91 | 5D | 0 | 18 | 19 | A5 | 57 | 28 |
| Octal | 15 | 276 | 221 | 135 | 0 | 30 | 31 | 245 | 127 | 50 |
| Binary | 1101 | 10111110 | 10010001 | 1011101 | 0 | 11000 | 11001 | 10100101 | 1010111 | 101000 |
Color Harmonies of #0DBE91
Complementary color
Monochromatic Colors of #0DBE91
Black with #0DBE91
Text Example
Text Example
White with #0DBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE91; }
p { color: rgb(13,190,145); }
H1.HeaderClassName
{
color: #0DBE91;
}
.AnyTagClassName
{
color: #0DBE91;
}
</style>
background-color css
<style>
a { background-color: #0DBE91; }
a { background-color: rgb(13,190,145); }
div.DivClassName
{
background-color: #0DBE91;
}
.BgClassName
{
background-color: #0DBE91;
}
</style>
border-color css
<style>
span { border-color: #0DBE91; }
span { border-color: rgb(13,190,145); }
td.TdClassName
{
border-color: #0DBE91;
}
.TagClassName
{
border-color: #0DBE91;
}
</style>