Shades of Caribbean Green #0FDB9E
Tints of Caribbean Green #0FDB9E
RGB
CMYK
RGB Variations
Color information
#0FDB9E (or 0x0FDB9E) is known color: Caribbean Green. HEX triplet: 0F, DB and 9E. RGB value is (15,219,158). Sum of RGB (Red+Green+Blue) = 15+219+158=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDB9E is #F02461. Grayscale: #979797. Windows color (decimal): -15737954 or 10410767. OLE color: 10410767.
HSL color Cylindrical-coordinate representation of color #0FDB9E: hue angle of 162.06º 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 #0FDB9E is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 158 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.14 |
| HSL | 162.06º | 0.87% | 0.46% | - |
| HSV(B) | 162.06º | 0.93% | 0.86% | - |
| XYZ | 31.7 | 53.23 | 40.95 | - |
| YUV | 151.05 | 131.91 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 158 | 0.93 | 0 | 0.28 | 0.14 | 162.06 | 0.87 | 0.46 |
| Hex | F | DB | 9E | 5D | 0 | 1C | E | A2 | 57 | 2E |
| Octal | 17 | 333 | 236 | 135 | 0 | 34 | 16 | 242 | 127 | 56 |
| Binary | 1111 | 11011011 | 10011110 | 1011101 | 0 | 11100 | 1110 | 10100010 | 1010111 | 101110 |
Color Harmonies of #0FDB9E
Complementary color
Monochromatic Colors of #0FDB9E
Black with #0FDB9E
Text Example
Text Example
White with #0FDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB9E; }
p { color: rgb(15,219,158); }
H1.HeaderClassName
{
color: #0FDB9E;
}
.AnyTagClassName
{
color: #0FDB9E;
}
</style>
background-color css
<style>
a { background-color: #0FDB9E; }
a { background-color: rgb(15,219,158); }
div.DivClassName
{
background-color: #0FDB9E;
}
.BgClassName
{
background-color: #0FDB9E;
}
</style>
border-color css
<style>
span { border-color: #0FDB9E; }
span { border-color: rgb(15,219,158); }
td.TdClassName
{
border-color: #0FDB9E;
}
.TagClassName
{
border-color: #0FDB9E;
}
</style>