Shades of Caribbean Green #0FDBAB
Tints of Caribbean Green #0FDBAB
RGB
CMYK
RGB Variations
Color information
#0FDBAB (or 0x0FDBAB) is known color: Caribbean Green. HEX triplet: 0F, DB and AB. RGB value is (15,219,171). Sum of RGB (Red+Green+Blue) = 15+219+171=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDBAB is #F02454. Grayscale: #989898. Windows color (decimal): -15737941 or 11262735. OLE color: 11262735.
HSL color Cylindrical-coordinate representation of color #0FDBAB: hue angle of 165.88º 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 #0FDBAB is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 171 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.14 |
| HSL | 165.88º | 0.87% | 0.46% | - |
| HSV(B) | 165.88º | 0.93% | 0.86% | - |
| XYZ | 32.88 | 53.7 | 47.16 | - |
| YUV | 152.53 | 138.41 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 171 | 0.93 | 0 | 0.22 | 0.14 | 165.88 | 0.87 | 0.46 |
| Hex | F | DB | AB | 5D | 0 | 16 | E | A6 | 57 | 2E |
| Octal | 17 | 333 | 253 | 135 | 0 | 26 | 16 | 246 | 127 | 56 |
| Binary | 1111 | 11011011 | 10101011 | 1011101 | 0 | 10110 | 1110 | 10100110 | 1010111 | 101110 |
Color Harmonies of #0FDBAB
Complementary color
Monochromatic Colors of #0FDBAB
Black with #0FDBAB
Text Example
Text Example
White with #0FDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBAB; }
p { color: rgb(15,219,171); }
H1.HeaderClassName
{
color: #0FDBAB;
}
.AnyTagClassName
{
color: #0FDBAB;
}
</style>
background-color css
<style>
a { background-color: #0FDBAB; }
a { background-color: rgb(15,219,171); }
div.DivClassName
{
background-color: #0FDBAB;
}
.BgClassName
{
background-color: #0FDBAB;
}
</style>
border-color css
<style>
span { border-color: #0FDBAB; }
span { border-color: rgb(15,219,171); }
td.TdClassName
{
border-color: #0FDBAB;
}
.TagClassName
{
border-color: #0FDBAB;
}
</style>