Shades of Caribbean Green #0FD69F
Tints of Caribbean Green #0FD69F
RGB
CMYK
RGB Variations
Color information
#0FD69F (or 0x0FD69F) is known color: Caribbean Green. HEX triplet: 0F, D6 and 9F. RGB value is (15,214,159). Sum of RGB (Red+Green+Blue) = 15+214+159=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD69F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD69F is #F02960. Grayscale: #949494. Windows color (decimal): -15739233 or 10475023. OLE color: 10475023.
HSL color Cylindrical-coordinate representation of color #0FD69F: hue angle of 163.42º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD69F is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 159 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.16 |
| HSL | 163.42º | 0.87% | 0.45% | - |
| HSV(B) | 163.42º | 0.93% | 0.84% | - |
| XYZ | 30.5 | 50.7 | 40.98 | - |
| YUV | 148.23 | 134.07 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 159 | 0.93 | 0 | 0.26 | 0.16 | 163.42 | 0.87 | 0.45 |
| Hex | F | D6 | 9F | 5D | 0 | 1A | 10 | A3 | 57 | 2D |
| Octal | 17 | 326 | 237 | 135 | 0 | 32 | 20 | 243 | 127 | 55 |
| Binary | 1111 | 11010110 | 10011111 | 1011101 | 0 | 11010 | 10000 | 10100011 | 1010111 | 101101 |
Color Harmonies of #0FD69F
Complementary color
Monochromatic Colors of #0FD69F
Black with #0FD69F
Text Example
Text Example
White with #0FD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD69F; }
p { color: rgb(15,214,159); }
H1.HeaderClassName
{
color: #0FD69F;
}
.AnyTagClassName
{
color: #0FD69F;
}
</style>
background-color css
<style>
a { background-color: #0FD69F; }
a { background-color: rgb(15,214,159); }
div.DivClassName
{
background-color: #0FD69F;
}
.BgClassName
{
background-color: #0FD69F;
}
</style>
border-color css
<style>
span { border-color: #0FD69F; }
span { border-color: rgb(15,214,159); }
td.TdClassName
{
border-color: #0FD69F;
}
.TagClassName
{
border-color: #0FD69F;
}
</style>