Shades of Caribbean Green #0DBE9F
Tints of Caribbean Green #0DBE9F
RGB
CMYK
RGB Variations
Color information
#0DBE9F (or 0x0DBE9F) is known color: Caribbean Green. HEX triplet: 0D, BE and 9F. RGB value is (13,190,159). Sum of RGB (Red+Green+Blue) = 13+190+159=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE9F is #F24160. Grayscale: #858585. Windows color (decimal): -15876449 or 10468877. OLE color: 10468877.
HSL color Cylindrical-coordinate representation of color #0DBE9F: hue angle of 169.49º 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 #0DBE9F is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 159 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.25 |
| HSL | 169.49º | 0.87% | 0.4% | - |
| HSV(B) | 169.49º | 0.93% | 0.75% | - |
| XYZ | 24.84 | 39.42 | 39.1 | - |
| YUV | 133.54 | 142.36 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 159 | 0.93 | 0 | 0.16 | 0.25 | 169.49 | 0.87 | 0.4 |
| Hex | D | BE | 9F | 5D | 0 | 10 | 19 | A9 | 57 | 28 |
| Octal | 15 | 276 | 237 | 135 | 0 | 20 | 31 | 251 | 127 | 50 |
| Binary | 1101 | 10111110 | 10011111 | 1011101 | 0 | 10000 | 11001 | 10101001 | 1010111 | 101000 |
Color Harmonies of #0DBE9F
Complementary color
Monochromatic Colors of #0DBE9F
Black with #0DBE9F
Text Example
Text Example
White with #0DBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE9F; }
p { color: rgb(13,190,159); }
H1.HeaderClassName
{
color: #0DBE9F;
}
.AnyTagClassName
{
color: #0DBE9F;
}
</style>
background-color css
<style>
a { background-color: #0DBE9F; }
a { background-color: rgb(13,190,159); }
div.DivClassName
{
background-color: #0DBE9F;
}
.BgClassName
{
background-color: #0DBE9F;
}
</style>
border-color css
<style>
span { border-color: #0DBE9F; }
span { border-color: rgb(13,190,159); }
td.TdClassName
{
border-color: #0DBE9F;
}
.TagClassName
{
border-color: #0DBE9F;
}
</style>