Shades of Caribbean Green #0DBB95
Tints of Caribbean Green #0DBB95
RGB
CMYK
RGB Variations
Color information
#0DBB95 (or 0x0DBB95) is known color: Caribbean Green. HEX triplet: 0D, BB and 95. RGB value is (13,187,149). Sum of RGB (Red+Green+Blue) = 13+187+149=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBB95 is #F2446A. Grayscale: #828282. Windows color (decimal): -15877227 or 9812749. OLE color: 9812749.
HSL color Cylindrical-coordinate representation of color #0DBB95: hue angle of 166.9º 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 #0DBB95 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 149 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.27 |
| HSL | 166.9º | 0.87% | 0.39% | - |
| HSV(B) | 166.9º | 0.93% | 0.73% | - |
| XYZ | 23.36 | 37.8 | 34.5 | - |
| YUV | 130.64 | 138.35 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 149 | 0.93 | 0 | 0.20 | 0.27 | 166.9 | 0.87 | 0.39 |
| Hex | D | BB | 95 | 5D | 0 | 14 | 1B | A7 | 57 | 27 |
| Octal | 15 | 273 | 225 | 135 | 0 | 24 | 33 | 247 | 127 | 47 |
| Binary | 1101 | 10111011 | 10010101 | 1011101 | 0 | 10100 | 11011 | 10100111 | 1010111 | 100111 |
Color Harmonies of #0DBB95
Complementary color
Monochromatic Colors of #0DBB95
Black with #0DBB95
Text Example
Text Example
White with #0DBB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB95; }
p { color: rgb(13,187,149); }
H1.HeaderClassName
{
color: #0DBB95;
}
.AnyTagClassName
{
color: #0DBB95;
}
</style>
background-color css
<style>
a { background-color: #0DBB95; }
a { background-color: rgb(13,187,149); }
div.DivClassName
{
background-color: #0DBB95;
}
.BgClassName
{
background-color: #0DBB95;
}
</style>
border-color css
<style>
span { border-color: #0DBB95; }
span { border-color: rgb(13,187,149); }
td.TdClassName
{
border-color: #0DBB95;
}
.TagClassName
{
border-color: #0DBB95;
}
</style>