Shades of Caribbean Green #0FDFAB
Tints of Caribbean Green #0FDFAB
RGB
CMYK
RGB Variations
Color information
#0FDFAB (or 0x0FDFAB) is known color: Caribbean Green. HEX triplet: 0F, DF and AB. RGB value is (15,223,171). Sum of RGB (Red+Green+Blue) = 15+223+171=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDFAB is #F02054. Grayscale: #9A9A9A. Windows color (decimal): -15736917 or 11263759. OLE color: 11263759.
HSL color Cylindrical-coordinate representation of color #0FDFAB: hue angle of 165º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFAB is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 171 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.13 |
| HSL | 165º | 0.87% | 0.47% | - |
| HSV(B) | 165º | 0.93% | 0.87% | - |
| XYZ | 33.94 | 55.82 | 47.51 | - |
| YUV | 154.88 | 137.09 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 171 | 0.93 | 0 | 0.23 | 0.13 | 165 | 0.87 | 0.47 |
| Hex | F | DF | AB | 5D | 0 | 17 | D | A5 | 57 | 2F |
| Octal | 17 | 337 | 253 | 135 | 0 | 27 | 15 | 245 | 127 | 57 |
| Binary | 1111 | 11011111 | 10101011 | 1011101 | 0 | 10111 | 1101 | 10100101 | 1010111 | 101111 |
Color Harmonies of #0FDFAB
Complementary color
Monochromatic Colors of #0FDFAB
Black with #0FDFAB
Text Example
Text Example
White with #0FDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFAB; }
p { color: rgb(15,223,171); }
H1.HeaderClassName
{
color: #0FDFAB;
}
.AnyTagClassName
{
color: #0FDFAB;
}
</style>
background-color css
<style>
a { background-color: #0FDFAB; }
a { background-color: rgb(15,223,171); }
div.DivClassName
{
background-color: #0FDFAB;
}
.BgClassName
{
background-color: #0FDFAB;
}
</style>
border-color css
<style>
span { border-color: #0FDFAB; }
span { border-color: rgb(15,223,171); }
td.TdClassName
{
border-color: #0FDFAB;
}
.TagClassName
{
border-color: #0FDFAB;
}
</style>