Shades of Caribbean Green #0DBB94
Tints of Caribbean Green #0DBB94
RGB
CMYK
RGB Variations
Color information
#0DBB94 (or 0x0DBB94) is known color: Caribbean Green. HEX triplet: 0D, BB and 94. RGB value is (13,187,148). Sum of RGB (Red+Green+Blue) = 13+187+148=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBB94 is #F2446B. Grayscale: #828282. Windows color (decimal): -15877228 or 9747213. OLE color: 9747213.
HSL color Cylindrical-coordinate representation of color #0DBB94: hue angle of 166.55º 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 #0DBB94 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 148 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.27 |
| HSL | 166.55º | 0.87% | 0.39% | - |
| HSV(B) | 166.55º | 0.93% | 0.73% | - |
| XYZ | 23.28 | 37.76 | 34.08 | - |
| YUV | 130.53 | 137.85 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 148 | 0.93 | 0 | 0.21 | 0.27 | 166.55 | 0.87 | 0.39 |
| Hex | D | BB | 94 | 5D | 0 | 15 | 1B | A7 | 57 | 27 |
| Octal | 15 | 273 | 224 | 135 | 0 | 25 | 33 | 247 | 127 | 47 |
| Binary | 1101 | 10111011 | 10010100 | 1011101 | 0 | 10101 | 11011 | 10100111 | 1010111 | 100111 |
Color Harmonies of #0DBB94
Complementary color
Monochromatic Colors of #0DBB94
Black with #0DBB94
Text Example
Text Example
White with #0DBB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB94; }
p { color: rgb(13,187,148); }
H1.HeaderClassName
{
color: #0DBB94;
}
.AnyTagClassName
{
color: #0DBB94;
}
</style>
background-color css
<style>
a { background-color: #0DBB94; }
a { background-color: rgb(13,187,148); }
div.DivClassName
{
background-color: #0DBB94;
}
.BgClassName
{
background-color: #0DBB94;
}
</style>
border-color css
<style>
span { border-color: #0DBB94; }
span { border-color: rgb(13,187,148); }
td.TdClassName
{
border-color: #0DBB94;
}
.TagClassName
{
border-color: #0DBB94;
}
</style>