Shades of Caribbean Green #0FDCAF
Tints of Caribbean Green #0FDCAF
RGB
CMYK
RGB Variations
Color information
#0FDCAF (or 0x0FDCAF) is known color: Caribbean Green. HEX triplet: 0F, DC and AF. RGB value is (15,220,175). Sum of RGB (Red+Green+Blue) = 15+220+175=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDCAF is #F02350. Grayscale: #999999. Windows color (decimal): -15737681 or 11525135. OLE color: 11525135.
HSL color Cylindrical-coordinate representation of color #0FDCAF: hue angle of 166.83º 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 #0FDCAF is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 175 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.14 |
| HSL | 166.83º | 0.87% | 0.46% | - |
| HSV(B) | 166.83º | 0.93% | 0.86% | - |
| XYZ | 33.53 | 54.38 | 49.29 | - |
| YUV | 153.58 | 140.08 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 175 | 0.93 | 0 | 0.20 | 0.14 | 166.83 | 0.87 | 0.46 |
| Hex | F | DC | AF | 5D | 0 | 14 | E | A7 | 57 | 2E |
| Octal | 17 | 334 | 257 | 135 | 0 | 24 | 16 | 247 | 127 | 56 |
| Binary | 1111 | 11011100 | 10101111 | 1011101 | 0 | 10100 | 1110 | 10100111 | 1010111 | 101110 |
Color Harmonies of #0FDCAF
Complementary color
Monochromatic Colors of #0FDCAF
Black with #0FDCAF
Text Example
Text Example
White with #0FDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCAF; }
p { color: rgb(15,220,175); }
H1.HeaderClassName
{
color: #0FDCAF;
}
.AnyTagClassName
{
color: #0FDCAF;
}
</style>
background-color css
<style>
a { background-color: #0FDCAF; }
a { background-color: rgb(15,220,175); }
div.DivClassName
{
background-color: #0FDCAF;
}
.BgClassName
{
background-color: #0FDCAF;
}
</style>
border-color css
<style>
span { border-color: #0FDCAF; }
span { border-color: rgb(15,220,175); }
td.TdClassName
{
border-color: #0FDCAF;
}
.TagClassName
{
border-color: #0FDCAF;
}
</style>