Shades of Caribbean Green #0DBE9D
Tints of Caribbean Green #0DBE9D
RGB
CMYK
RGB Variations
Color information
#0DBE9D (or 0x0DBE9D) is known color: Caribbean Green. HEX triplet: 0D, BE and 9D. RGB value is (13,190,157). Sum of RGB (Red+Green+Blue) = 13+190+157=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE9D is #F24162. Grayscale: #858585. Windows color (decimal): -15876451 or 10337805. OLE color: 10337805.
HSL color Cylindrical-coordinate representation of color #0DBE9D: hue angle of 168.81º 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 #0DBE9D is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 157 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.25 |
| HSL | 168.81º | 0.87% | 0.4% | - |
| HSV(B) | 168.81º | 0.93% | 0.75% | - |
| XYZ | 24.67 | 39.35 | 38.19 | - |
| YUV | 133.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 157 | 0.93 | 0 | 0.17 | 0.25 | 168.81 | 0.87 | 0.4 |
| Hex | D | BE | 9D | 5D | 0 | 11 | 19 | A9 | 57 | 28 |
| Octal | 15 | 276 | 235 | 135 | 0 | 21 | 31 | 251 | 127 | 50 |
| Binary | 1101 | 10111110 | 10011101 | 1011101 | 0 | 10001 | 11001 | 10101001 | 1010111 | 101000 |
Color Harmonies of #0DBE9D
Complementary color
Monochromatic Colors of #0DBE9D
Black with #0DBE9D
Text Example
Text Example
White with #0DBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE9D; }
p { color: rgb(13,190,157); }
H1.HeaderClassName
{
color: #0DBE9D;
}
.AnyTagClassName
{
color: #0DBE9D;
}
</style>
background-color css
<style>
a { background-color: #0DBE9D; }
a { background-color: rgb(13,190,157); }
div.DivClassName
{
background-color: #0DBE9D;
}
.BgClassName
{
background-color: #0DBE9D;
}
</style>
border-color css
<style>
span { border-color: #0DBE9D; }
span { border-color: rgb(13,190,157); }
td.TdClassName
{
border-color: #0DBE9D;
}
.TagClassName
{
border-color: #0DBE9D;
}
</style>