Shades of Caribbean Green #0FCCAF
Tints of Caribbean Green #0FCCAF
RGB
CMYK
RGB Variations
Color information
#0FCCAF (or 0x0FCCAF) is known color: Caribbean Green. HEX triplet: 0F, CC and AF. RGB value is (15,204,175). Sum of RGB (Red+Green+Blue) = 15+204+175=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCAF is #F03350. Grayscale: #909090. Windows color (decimal): -15741777 or 11521039. OLE color: 11521039.
HSL color Cylindrical-coordinate representation of color #0FCCAF: hue angle of 170.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCCAF is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 204 | 175 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.2 |
| HSL | 170.79º | 0.86% | 0.43% | - |
| HSV(B) | 170.79º | 0.93% | 0.8% | - |
| XYZ | 29.53 | 46.38 | 47.95 | - |
| YUV | 144.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 175 | 0.93 | 0 | 0.14 | 0.2 | 170.79 | 0.86 | 0.43 |
| Hex | F | CC | AF | 5D | 0 | E | 14 | AB | 56 | 2B |
| Octal | 17 | 314 | 257 | 135 | 0 | 16 | 24 | 253 | 126 | 53 |
| Binary | 1111 | 11001100 | 10101111 | 1011101 | 0 | 1110 | 10100 | 10101011 | 1010110 | 101011 |
Color Harmonies of #0FCCAF
Complementary color
Monochromatic Colors of #0FCCAF
Black with #0FCCAF
Text Example
Text Example
White with #0FCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCAF; }
p { color: rgb(15,204,175); }
H1.HeaderClassName
{
color: #0FCCAF;
}
.AnyTagClassName
{
color: #0FCCAF;
}
</style>
background-color css
<style>
a { background-color: #0FCCAF; }
a { background-color: rgb(15,204,175); }
div.DivClassName
{
background-color: #0FCCAF;
}
.BgClassName
{
background-color: #0FCCAF;
}
</style>
border-color css
<style>
span { border-color: #0FCCAF; }
span { border-color: rgb(15,204,175); }
td.TdClassName
{
border-color: #0FCCAF;
}
.TagClassName
{
border-color: #0FCCAF;
}
</style>