Shades of Caribbean Green #0FDB9F
Tints of Caribbean Green #0FDB9F
RGB
CMYK
RGB Variations
Color information
#0FDB9F (or 0x0FDB9F) is known color: Caribbean Green. HEX triplet: 0F, DB and 9F. RGB value is (15,219,159). Sum of RGB (Red+Green+Blue) = 15+219+159=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDB9F is #F02460. Grayscale: #979797. Windows color (decimal): -15737953 or 10476303. OLE color: 10476303.
HSL color Cylindrical-coordinate representation of color #0FDB9F: hue angle of 162.35º 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 #0FDB9F is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 159 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.14 |
| HSL | 162.35º | 0.87% | 0.46% | - |
| HSV(B) | 162.35º | 0.93% | 0.86% | - |
| XYZ | 31.79 | 53.27 | 41.41 | - |
| YUV | 151.16 | 132.41 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 159 | 0.93 | 0 | 0.27 | 0.14 | 162.35 | 0.87 | 0.46 |
| Hex | F | DB | 9F | 5D | 0 | 1B | E | A2 | 57 | 2E |
| Octal | 17 | 333 | 237 | 135 | 0 | 33 | 16 | 242 | 127 | 56 |
| Binary | 1111 | 11011011 | 10011111 | 1011101 | 0 | 11011 | 1110 | 10100010 | 1010111 | 101110 |
Color Harmonies of #0FDB9F
Complementary color
Monochromatic Colors of #0FDB9F
Black with #0FDB9F
Text Example
Text Example
White with #0FDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB9F; }
p { color: rgb(15,219,159); }
H1.HeaderClassName
{
color: #0FDB9F;
}
.AnyTagClassName
{
color: #0FDB9F;
}
</style>
background-color css
<style>
a { background-color: #0FDB9F; }
a { background-color: rgb(15,219,159); }
div.DivClassName
{
background-color: #0FDB9F;
}
.BgClassName
{
background-color: #0FDB9F;
}
</style>
border-color css
<style>
span { border-color: #0FDB9F; }
span { border-color: rgb(15,219,159); }
td.TdClassName
{
border-color: #0FDB9F;
}
.TagClassName
{
border-color: #0FDB9F;
}
</style>