Shades of Caribbean Green #0FDBAC
Tints of Caribbean Green #0FDBAC
RGB
CMYK
RGB Variations
Color information
#0FDBAC (or 0x0FDBAC) is known color: Caribbean Green. HEX triplet: 0F, DB and AC. RGB value is (15,219,172). Sum of RGB (Red+Green+Blue) = 15+219+172=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDBAC is #F02453. Grayscale: #989898. Windows color (decimal): -15737940 or 11328271. OLE color: 11328271.
HSL color Cylindrical-coordinate representation of color #0FDBAC: hue angle of 166.18º 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 #0FDBAC is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 172 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.14 |
| HSL | 166.18º | 0.87% | 0.46% | - |
| HSV(B) | 166.18º | 0.93% | 0.86% | - |
| XYZ | 32.97 | 53.74 | 47.67 | - |
| YUV | 152.65 | 138.91 | 29.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 172 | 0.93 | 0 | 0.21 | 0.14 | 166.18 | 0.87 | 0.46 |
| Hex | F | DB | AC | 5D | 0 | 15 | E | A6 | 57 | 2E |
| Octal | 17 | 333 | 254 | 135 | 0 | 25 | 16 | 246 | 127 | 56 |
| Binary | 1111 | 11011011 | 10101100 | 1011101 | 0 | 10101 | 1110 | 10100110 | 1010111 | 101110 |
Color Harmonies of #0FDBAC
Complementary color
Monochromatic Colors of #0FDBAC
Black with #0FDBAC
Text Example
Text Example
White with #0FDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBAC; }
p { color: rgb(15,219,172); }
H1.HeaderClassName
{
color: #0FDBAC;
}
.AnyTagClassName
{
color: #0FDBAC;
}
</style>
background-color css
<style>
a { background-color: #0FDBAC; }
a { background-color: rgb(15,219,172); }
div.DivClassName
{
background-color: #0FDBAC;
}
.BgClassName
{
background-color: #0FDBAC;
}
</style>
border-color css
<style>
span { border-color: #0FDBAC; }
span { border-color: rgb(15,219,172); }
td.TdClassName
{
border-color: #0FDBAC;
}
.TagClassName
{
border-color: #0FDBAC;
}
</style>