Shades of Caribbean Green #0FDB8D
Tints of Caribbean Green #0FDB8D
RGB
CMYK
RGB Variations
Color information
#0FDB8D (or 0x0FDB8D) is known color: Caribbean Green. HEX triplet: 0F, DB and 8D. RGB value is (15,219,141). Sum of RGB (Red+Green+Blue) = 15+219+141=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDB8D is #F02472. Grayscale: #959595. Windows color (decimal): -15737971 or 9296655. OLE color: 9296655.
HSL color Cylindrical-coordinate representation of color #0FDB8D: hue angle of 157.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 #0FDB8D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 141 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.14 |
| HSL | 157.06º | 0.87% | 0.46% | - |
| HSV(B) | 157.06º | 0.93% | 0.86% | - |
| XYZ | 30.34 | 52.69 | 33.77 | - |
| YUV | 149.11 | 123.41 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 141 | 0.93 | 0 | 0.36 | 0.14 | 157.06 | 0.87 | 0.46 |
| Hex | F | DB | 8D | 5D | 0 | 24 | E | 9D | 57 | 2E |
| Octal | 17 | 333 | 215 | 135 | 0 | 44 | 16 | 235 | 127 | 56 |
| Binary | 1111 | 11011011 | 10001101 | 1011101 | 0 | 100100 | 1110 | 10011101 | 1010111 | 101110 |
Color Harmonies of #0FDB8D
Complementary color
Monochromatic Colors of #0FDB8D
Black with #0FDB8D
Text Example
Text Example
White with #0FDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB8D; }
p { color: rgb(15,219,141); }
H1.HeaderClassName
{
color: #0FDB8D;
}
.AnyTagClassName
{
color: #0FDB8D;
}
</style>
background-color css
<style>
a { background-color: #0FDB8D; }
a { background-color: rgb(15,219,141); }
div.DivClassName
{
background-color: #0FDB8D;
}
.BgClassName
{
background-color: #0FDB8D;
}
</style>
border-color css
<style>
span { border-color: #0FDB8D; }
span { border-color: rgb(15,219,141); }
td.TdClassName
{
border-color: #0FDB8D;
}
.TagClassName
{
border-color: #0FDB8D;
}
</style>