Shades of Caribbean Green #0FDCAB
Tints of Caribbean Green #0FDCAB
RGB
CMYK
RGB Variations
Color information
#0FDCAB (or 0x0FDCAB) is known color: Caribbean Green. HEX triplet: 0F, DC and AB. RGB value is (15,220,171). Sum of RGB (Red+Green+Blue) = 15+220+171=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDCAB is #F02354. Grayscale: #999999. Windows color (decimal): -15737685 or 11262991. OLE color: 11262991.
HSL color Cylindrical-coordinate representation of color #0FDCAB: hue angle of 165.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDCAB is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 171 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.14 |
| HSL | 165.66º | 0.87% | 0.46% | - |
| HSV(B) | 165.66º | 0.93% | 0.86% | - |
| XYZ | 33.14 | 54.23 | 47.25 | - |
| YUV | 153.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 171 | 0.93 | 0 | 0.22 | 0.14 | 165.66 | 0.87 | 0.46 |
| Hex | F | DC | AB | 5D | 0 | 16 | E | A6 | 57 | 2E |
| Octal | 17 | 334 | 253 | 135 | 0 | 26 | 16 | 246 | 127 | 56 |
| Binary | 1111 | 11011100 | 10101011 | 1011101 | 0 | 10110 | 1110 | 10100110 | 1010111 | 101110 |
Color Harmonies of #0FDCAB
Complementary color
Monochromatic Colors of #0FDCAB
Black with #0FDCAB
Text Example
Text Example
White with #0FDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCAB; }
p { color: rgb(15,220,171); }
H1.HeaderClassName
{
color: #0FDCAB;
}
.AnyTagClassName
{
color: #0FDCAB;
}
</style>
background-color css
<style>
a { background-color: #0FDCAB; }
a { background-color: rgb(15,220,171); }
div.DivClassName
{
background-color: #0FDCAB;
}
.BgClassName
{
background-color: #0FDCAB;
}
</style>
border-color css
<style>
span { border-color: #0FDCAB; }
span { border-color: rgb(15,220,171); }
td.TdClassName
{
border-color: #0FDCAB;
}
.TagClassName
{
border-color: #0FDCAB;
}
</style>