Shades of Caribbean Green #0FDCAC
Tints of Caribbean Green #0FDCAC
RGB
CMYK
RGB Variations
Color information
#0FDCAC (or 0x0FDCAC) is known color: Caribbean Green. HEX triplet: 0F, DC and AC. RGB value is (15,220,172). Sum of RGB (Red+Green+Blue) = 15+220+172=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDCAC is #F02353. Grayscale: #999999. Windows color (decimal): -15737684 or 11328527. OLE color: 11328527.
HSL color Cylindrical-coordinate representation of color #0FDCAC: hue angle of 165.95º 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 #0FDCAC is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 172 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.14 |
| HSL | 165.95º | 0.87% | 0.46% | - |
| HSV(B) | 165.95º | 0.93% | 0.86% | - |
| XYZ | 33.24 | 54.27 | 47.75 | - |
| YUV | 153.23 | 138.58 | 29.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 172 | 0.93 | 0 | 0.22 | 0.14 | 165.95 | 0.87 | 0.46 |
| Hex | F | DC | AC | 5D | 0 | 16 | E | A6 | 57 | 2E |
| Octal | 17 | 334 | 254 | 135 | 0 | 26 | 16 | 246 | 127 | 56 |
| Binary | 1111 | 11011100 | 10101100 | 1011101 | 0 | 10110 | 1110 | 10100110 | 1010111 | 101110 |
Color Harmonies of #0FDCAC
Complementary color
Monochromatic Colors of #0FDCAC
Black with #0FDCAC
Text Example
Text Example
White with #0FDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCAC; }
p { color: rgb(15,220,172); }
H1.HeaderClassName
{
color: #0FDCAC;
}
.AnyTagClassName
{
color: #0FDCAC;
}
</style>
background-color css
<style>
a { background-color: #0FDCAC; }
a { background-color: rgb(15,220,172); }
div.DivClassName
{
background-color: #0FDCAC;
}
.BgClassName
{
background-color: #0FDCAC;
}
</style>
border-color css
<style>
span { border-color: #0FDCAC; }
span { border-color: rgb(15,220,172); }
td.TdClassName
{
border-color: #0FDCAC;
}
.TagClassName
{
border-color: #0FDCAC;
}
</style>