Shades of Caribbean Green #0FDEAB
Tints of Caribbean Green #0FDEAB
RGB
CMYK
RGB Variations
Color information
#0FDEAB (or 0x0FDEAB) is known color: Caribbean Green. HEX triplet: 0F, DE and AB. RGB value is (15,222,171). Sum of RGB (Red+Green+Blue) = 15+222+171=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDEAB is #F02154. Grayscale: #9A9A9A. Windows color (decimal): -15737173 or 11263503. OLE color: 11263503.
HSL color Cylindrical-coordinate representation of color #0FDEAB: hue angle of 165.22º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDEAB is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 171 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.13 |
| HSL | 165.22º | 0.87% | 0.46% | - |
| HSV(B) | 165.22º | 0.93% | 0.87% | - |
| XYZ | 33.67 | 55.28 | 47.42 | - |
| YUV | 154.29 | 137.42 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 171 | 0.93 | 0 | 0.23 | 0.13 | 165.22 | 0.87 | 0.46 |
| Hex | F | DE | AB | 5D | 0 | 17 | D | A5 | 57 | 2E |
| Octal | 17 | 336 | 253 | 135 | 0 | 27 | 15 | 245 | 127 | 56 |
| Binary | 1111 | 11011110 | 10101011 | 1011101 | 0 | 10111 | 1101 | 10100101 | 1010111 | 101110 |
Color Harmonies of #0FDEAB
Complementary color
Monochromatic Colors of #0FDEAB
Black with #0FDEAB
Text Example
Text Example
White with #0FDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDEAB; }
p { color: rgb(15,222,171); }
H1.HeaderClassName
{
color: #0FDEAB;
}
.AnyTagClassName
{
color: #0FDEAB;
}
</style>
background-color css
<style>
a { background-color: #0FDEAB; }
a { background-color: rgb(15,222,171); }
div.DivClassName
{
background-color: #0FDEAB;
}
.BgClassName
{
background-color: #0FDEAB;
}
</style>
border-color css
<style>
span { border-color: #0FDEAB; }
span { border-color: rgb(15,222,171); }
td.TdClassName
{
border-color: #0FDEAB;
}
.TagClassName
{
border-color: #0FDEAB;
}
</style>