Shades of Caribbean Green #0DBFA0
Tints of Caribbean Green #0DBFA0
RGB
CMYK
RGB Variations
Color information
#0DBFA0 (or 0x0DBFA0) is known color: Caribbean Green. HEX triplet: 0D, BF and A0. RGB value is (13,191,160). Sum of RGB (Red+Green+Blue) = 13+191+160=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBFA0 is #F2405F. Grayscale: #868686. Windows color (decimal): -15876192 or 10534669. OLE color: 10534669.
HSL color Cylindrical-coordinate representation of color #0DBFA0: hue angle of 169.55º 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 #0DBFA0 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 160 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.25 |
| HSL | 169.55º | 0.87% | 0.4% | - |
| HSV(B) | 169.55º | 0.93% | 0.75% | - |
| XYZ | 25.14 | 39.89 | 39.63 | - |
| YUV | 134.24 | 142.53 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 160 | 0.93 | 0 | 0.16 | 0.25 | 169.55 | 0.87 | 0.4 |
| Hex | D | BF | A0 | 5D | 0 | 10 | 19 | AA | 57 | 28 |
| Octal | 15 | 277 | 240 | 135 | 0 | 20 | 31 | 252 | 127 | 50 |
| Binary | 1101 | 10111111 | 10100000 | 1011101 | 0 | 10000 | 11001 | 10101010 | 1010111 | 101000 |
Color Harmonies of #0DBFA0
Complementary color
Monochromatic Colors of #0DBFA0
Black with #0DBFA0
Text Example
Text Example
White with #0DBFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFA0; }
p { color: rgb(13,191,160); }
H1.HeaderClassName
{
color: #0DBFA0;
}
.AnyTagClassName
{
color: #0DBFA0;
}
</style>
background-color css
<style>
a { background-color: #0DBFA0; }
a { background-color: rgb(13,191,160); }
div.DivClassName
{
background-color: #0DBFA0;
}
.BgClassName
{
background-color: #0DBFA0;
}
</style>
border-color css
<style>
span { border-color: #0DBFA0; }
span { border-color: rgb(13,191,160); }
td.TdClassName
{
border-color: #0DBFA0;
}
.TagClassName
{
border-color: #0DBFA0;
}
</style>