Shades of Caribbean Green #0FD8AB
Tints of Caribbean Green #0FD8AB
RGB
CMYK
RGB Variations
Color information
#0FD8AB (or 0x0FD8AB) is known color: Caribbean Green. HEX triplet: 0F, D8 and AB. RGB value is (15,216,171). Sum of RGB (Red+Green+Blue) = 15+216+171=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD8AB is #F02754. Grayscale: #969696. Windows color (decimal): -15738709 or 11261967. OLE color: 11261967.
HSL color Cylindrical-coordinate representation of color #0FD8AB: hue angle of 166.57º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD8AB is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 171 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.15 |
| HSL | 166.57º | 0.87% | 0.45% | - |
| HSV(B) | 166.57º | 0.93% | 0.85% | - |
| XYZ | 32.1 | 52.15 | 46.9 | - |
| YUV | 150.77 | 139.41 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 171 | 0.93 | 0 | 0.21 | 0.15 | 166.57 | 0.87 | 0.45 |
| Hex | F | D8 | AB | 5D | 0 | 15 | F | A7 | 57 | 2D |
| Octal | 17 | 330 | 253 | 135 | 0 | 25 | 17 | 247 | 127 | 55 |
| Binary | 1111 | 11011000 | 10101011 | 1011101 | 0 | 10101 | 1111 | 10100111 | 1010111 | 101101 |
Color Harmonies of #0FD8AB
Complementary color
Monochromatic Colors of #0FD8AB
Black with #0FD8AB
Text Example
Text Example
White with #0FD8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD8AB; }
p { color: rgb(15,216,171); }
H1.HeaderClassName
{
color: #0FD8AB;
}
.AnyTagClassName
{
color: #0FD8AB;
}
</style>
background-color css
<style>
a { background-color: #0FD8AB; }
a { background-color: rgb(15,216,171); }
div.DivClassName
{
background-color: #0FD8AB;
}
.BgClassName
{
background-color: #0FD8AB;
}
</style>
border-color css
<style>
span { border-color: #0FD8AB; }
span { border-color: rgb(15,216,171); }
td.TdClassName
{
border-color: #0FD8AB;
}
.TagClassName
{
border-color: #0FD8AB;
}
</style>