Shades of Caribbean Green #0FE4B0
Tints of Caribbean Green #0FE4B0
RGB
CMYK
RGB Variations
Color information
#0FE4B0 (or 0x0FE4B0) is known color: Caribbean Green. HEX triplet: 0F, E4 and B0. RGB value is (15,228,176). Sum of RGB (Red+Green+Blue) = 15+228+176=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE4B0 is #F01B4F. Grayscale: #9E9E9E. Windows color (decimal): -15735632 or 11592719. OLE color: 11592719.
HSL color Cylindrical-coordinate representation of color #0FE4B0: hue angle of 165.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE4B0 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 176 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.11 |
| HSL | 165.35º | 0.88% | 0.48% | - |
| HSV(B) | 165.35º | 0.93% | 0.89% | - |
| XYZ | 35.78 | 58.72 | 50.52 | - |
| YUV | 158.39 | 137.93 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 176 | 0.93 | 0 | 0.23 | 0.11 | 165.35 | 0.88 | 0.48 |
| Hex | F | E4 | B0 | 5D | 0 | 17 | B | A5 | 58 | 30 |
| Octal | 17 | 344 | 260 | 135 | 0 | 27 | 13 | 245 | 130 | 60 |
| Binary | 1111 | 11100100 | 10110000 | 1011101 | 0 | 10111 | 1011 | 10100101 | 1011000 | 110000 |
Color Harmonies of #0FE4B0
Complementary color
Monochromatic Colors of #0FE4B0
Black with #0FE4B0
Text Example
Text Example
White with #0FE4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4B0; }
p { color: rgb(15,228,176); }
H1.HeaderClassName
{
color: #0FE4B0;
}
.AnyTagClassName
{
color: #0FE4B0;
}
</style>
background-color css
<style>
a { background-color: #0FE4B0; }
a { background-color: rgb(15,228,176); }
div.DivClassName
{
background-color: #0FE4B0;
}
.BgClassName
{
background-color: #0FE4B0;
}
</style>
border-color css
<style>
span { border-color: #0FE4B0; }
span { border-color: rgb(15,228,176); }
td.TdClassName
{
border-color: #0FE4B0;
}
.TagClassName
{
border-color: #0FE4B0;
}
</style>