Shades of Caribbean Green #0FDBA8
Tints of Caribbean Green #0FDBA8
RGB
CMYK
RGB Variations
Color information
#0FDBA8 (or 0x0FDBA8) is known color: Caribbean Green. HEX triplet: 0F, DB and A8. RGB value is (15,219,168). Sum of RGB (Red+Green+Blue) = 15+219+168=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDBA8 is #F02457. Grayscale: #989898. Windows color (decimal): -15737944 or 11066127. OLE color: 11066127.
HSL color Cylindrical-coordinate representation of color #0FDBA8: hue angle of 165º 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 #0FDBA8 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 168 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.14 |
| HSL | 165º | 0.87% | 0.46% | - |
| HSV(B) | 165º | 0.93% | 0.86% | - |
| XYZ | 32.6 | 53.59 | 45.67 | - |
| YUV | 152.19 | 136.91 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 168 | 0.93 | 0 | 0.23 | 0.14 | 165 | 0.87 | 0.46 |
| Hex | F | DB | A8 | 5D | 0 | 17 | E | A5 | 57 | 2E |
| Octal | 17 | 333 | 250 | 135 | 0 | 27 | 16 | 245 | 127 | 56 |
| Binary | 1111 | 11011011 | 10101000 | 1011101 | 0 | 10111 | 1110 | 10100101 | 1010111 | 101110 |
Color Harmonies of #0FDBA8
Complementary color
Monochromatic Colors of #0FDBA8
Black with #0FDBA8
Text Example
Text Example
White with #0FDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBA8; }
p { color: rgb(15,219,168); }
H1.HeaderClassName
{
color: #0FDBA8;
}
.AnyTagClassName
{
color: #0FDBA8;
}
</style>
background-color css
<style>
a { background-color: #0FDBA8; }
a { background-color: rgb(15,219,168); }
div.DivClassName
{
background-color: #0FDBA8;
}
.BgClassName
{
background-color: #0FDBA8;
}
</style>
border-color css
<style>
span { border-color: #0FDBA8; }
span { border-color: rgb(15,219,168); }
td.TdClassName
{
border-color: #0FDBA8;
}
.TagClassName
{
border-color: #0FDBA8;
}
</style>