Shades of Caribbean Green #0FDB97
Tints of Caribbean Green #0FDB97
RGB
CMYK
RGB Variations
Color information
#0FDB97 (or 0x0FDB97) is known color: Caribbean Green. HEX triplet: 0F, DB and 97. RGB value is (15,219,151). Sum of RGB (Red+Green+Blue) = 15+219+151=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDB97 is #F02468. Grayscale: #969696. Windows color (decimal): -15737961 or 9952015. OLE color: 9952015.
HSL color Cylindrical-coordinate representation of color #0FDB97: hue angle of 160º 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 #0FDB97 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 151 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.14 |
| HSL | 160º | 0.87% | 0.46% | - |
| HSV(B) | 160º | 0.93% | 0.86% | - |
| XYZ | 31.11 | 53 | 37.87 | - |
| YUV | 150.25 | 128.41 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 151 | 0.93 | 0 | 0.31 | 0.14 | 160 | 0.87 | 0.46 |
| Hex | F | DB | 97 | 5D | 0 | 1F | E | A0 | 57 | 2E |
| Octal | 17 | 333 | 227 | 135 | 0 | 37 | 16 | 240 | 127 | 56 |
| Binary | 1111 | 11011011 | 10010111 | 1011101 | 0 | 11111 | 1110 | 10100000 | 1010111 | 101110 |
Color Harmonies of #0FDB97
Complementary color
Monochromatic Colors of #0FDB97
Black with #0FDB97
Text Example
Text Example
White with #0FDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB97; }
p { color: rgb(15,219,151); }
H1.HeaderClassName
{
color: #0FDB97;
}
.AnyTagClassName
{
color: #0FDB97;
}
</style>
background-color css
<style>
a { background-color: #0FDB97; }
a { background-color: rgb(15,219,151); }
div.DivClassName
{
background-color: #0FDB97;
}
.BgClassName
{
background-color: #0FDB97;
}
</style>
border-color css
<style>
span { border-color: #0FDB97; }
span { border-color: rgb(15,219,151); }
td.TdClassName
{
border-color: #0FDB97;
}
.TagClassName
{
border-color: #0FDB97;
}
</style>