Shades of Caribbean Green #0FE4B2
Tints of Caribbean Green #0FE4B2
RGB
CMYK
RGB Variations
Color information
#0FE4B2 (or 0x0FE4B2) is known color: Caribbean Green. HEX triplet: 0F, E4 and B2. RGB value is (15,228,178). Sum of RGB (Red+Green+Blue) = 15+228+178=421 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.56% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE4B2 is #F01B4D. Grayscale: #9E9E9E. Windows color (decimal): -15735630 or 11723791. OLE color: 11723791.
HSL color Cylindrical-coordinate representation of color #0FE4B2: hue angle of 165.92º 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 #0FE4B2 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 178 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.11 |
| HSL | 165.92º | 0.88% | 0.48% | - |
| HSV(B) | 165.92º | 0.93% | 0.89% | - |
| XYZ | 35.98 | 58.8 | 51.57 | - |
| YUV | 158.61 | 138.93 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 178 | 0.93 | 0 | 0.22 | 0.11 | 165.92 | 0.88 | 0.48 |
| Hex | F | E4 | B2 | 5D | 0 | 16 | B | A6 | 58 | 30 |
| Octal | 17 | 344 | 262 | 135 | 0 | 26 | 13 | 246 | 130 | 60 |
| Binary | 1111 | 11100100 | 10110010 | 1011101 | 0 | 10110 | 1011 | 10100110 | 1011000 | 110000 |
Color Harmonies of #0FE4B2
Complementary color
Monochromatic Colors of #0FE4B2
Black with #0FE4B2
Text Example
Text Example
White with #0FE4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4B2; }
p { color: rgb(15,228,178); }
H1.HeaderClassName
{
color: #0FE4B2;
}
.AnyTagClassName
{
color: #0FE4B2;
}
</style>
background-color css
<style>
a { background-color: #0FE4B2; }
a { background-color: rgb(15,228,178); }
div.DivClassName
{
background-color: #0FE4B2;
}
.BgClassName
{
background-color: #0FE4B2;
}
</style>
border-color css
<style>
span { border-color: #0FE4B2; }
span { border-color: rgb(15,228,178); }
td.TdClassName
{
border-color: #0FE4B2;
}
.TagClassName
{
border-color: #0FE4B2;
}
</style>