Shades of Caribbean Green #0FDBAA
Tints of Caribbean Green #0FDBAA
RGB
CMYK
RGB Variations
Color information
#0FDBAA (or 0x0FDBAA) is known color: Caribbean Green. HEX triplet: 0F, DB and AA. RGB value is (15,219,170). Sum of RGB (Red+Green+Blue) = 15+219+170=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDBAA is #F02455. Grayscale: #989898. Windows color (decimal): -15737942 or 11197199. OLE color: 11197199.
HSL color Cylindrical-coordinate representation of color #0FDBAA: hue angle of 165.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDBAA is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 170 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.14 |
| HSL | 165.59º | 0.87% | 0.46% | - |
| HSV(B) | 165.59º | 0.93% | 0.86% | - |
| XYZ | 32.78 | 53.67 | 46.66 | - |
| YUV | 152.42 | 137.91 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 170 | 0.93 | 0 | 0.22 | 0.14 | 165.59 | 0.87 | 0.46 |
| Hex | F | DB | AA | 5D | 0 | 16 | E | A6 | 57 | 2E |
| Octal | 17 | 333 | 252 | 135 | 0 | 26 | 16 | 246 | 127 | 56 |
| Binary | 1111 | 11011011 | 10101010 | 1011101 | 0 | 10110 | 1110 | 10100110 | 1010111 | 101110 |
Color Harmonies of #0FDBAA
Complementary color
Monochromatic Colors of #0FDBAA
Black with #0FDBAA
Text Example
Text Example
White with #0FDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBAA; }
p { color: rgb(15,219,170); }
H1.HeaderClassName
{
color: #0FDBAA;
}
.AnyTagClassName
{
color: #0FDBAA;
}
</style>
background-color css
<style>
a { background-color: #0FDBAA; }
a { background-color: rgb(15,219,170); }
div.DivClassName
{
background-color: #0FDBAA;
}
.BgClassName
{
background-color: #0FDBAA;
}
</style>
border-color css
<style>
span { border-color: #0FDBAA; }
span { border-color: rgb(15,219,170); }
td.TdClassName
{
border-color: #0FDBAA;
}
.TagClassName
{
border-color: #0FDBAA;
}
</style>