Shades of Caribbean Green #0FE1AB
Tints of Caribbean Green #0FE1AB
RGB
CMYK
RGB Variations
Color information
#0FE1AB (or 0x0FE1AB) is known color: Caribbean Green. HEX triplet: 0F, E1 and AB. RGB value is (15,225,171). Sum of RGB (Red+Green+Blue) = 15+225+171=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE1AB is #F01E54. Grayscale: #9C9C9C. Windows color (decimal): -15736405 or 11264271. OLE color: 11264271.
HSL color Cylindrical-coordinate representation of color #0FE1AB: hue angle of 164.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE1AB is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 171 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.12 |
| HSL | 164.57º | 0.88% | 0.47% | - |
| HSV(B) | 164.57º | 0.93% | 0.88% | - |
| XYZ | 34.47 | 56.89 | 47.69 | - |
| YUV | 156.05 | 136.43 | 27.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 171 | 0.93 | 0 | 0.24 | 0.12 | 164.57 | 0.88 | 0.47 |
| Hex | F | E1 | AB | 5D | 0 | 18 | C | A5 | 58 | 2F |
| Octal | 17 | 341 | 253 | 135 | 0 | 30 | 14 | 245 | 130 | 57 |
| Binary | 1111 | 11100001 | 10101011 | 1011101 | 0 | 11000 | 1100 | 10100101 | 1011000 | 101111 |
Color Harmonies of #0FE1AB
Complementary color
Monochromatic Colors of #0FE1AB
Black with #0FE1AB
Text Example
Text Example
White with #0FE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE1AB; }
p { color: rgb(15,225,171); }
H1.HeaderClassName
{
color: #0FE1AB;
}
.AnyTagClassName
{
color: #0FE1AB;
}
</style>
background-color css
<style>
a { background-color: #0FE1AB; }
a { background-color: rgb(15,225,171); }
div.DivClassName
{
background-color: #0FE1AB;
}
.BgClassName
{
background-color: #0FE1AB;
}
</style>
border-color css
<style>
span { border-color: #0FE1AB; }
span { border-color: rgb(15,225,171); }
td.TdClassName
{
border-color: #0FE1AB;
}
.TagClassName
{
border-color: #0FE1AB;
}
</style>