Shades of Caribbean Green #0FC7AB
Tints of Caribbean Green #0FC7AB
RGB
CMYK
RGB Variations
Color information
#0FC7AB (or 0x0FC7AB) is known color: Caribbean Green. HEX triplet: 0F, C7 and AB. RGB value is (15,199,171). Sum of RGB (Red+Green+Blue) = 15+199+171=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC7AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC7AB is #F03854. Grayscale: #8C8C8C. Windows color (decimal): -15743061 or 11257615. OLE color: 11257615.
HSL color Cylindrical-coordinate representation of color #0FC7AB: hue angle of 170.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC7AB is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 171 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.22 |
| HSL | 170.87º | 0.86% | 0.42% | - |
| HSV(B) | 170.87º | 0.92% | 0.78% | - |
| XYZ | 27.97 | 43.89 | 45.53 | - |
| YUV | 140.79 | 145.04 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 171 | 0.92 | 0 | 0.14 | 0.22 | 170.87 | 0.86 | 0.42 |
| Hex | F | C7 | AB | 5C | 0 | E | 16 | AB | 56 | 2A |
| Octal | 17 | 307 | 253 | 134 | 0 | 16 | 26 | 253 | 126 | 52 |
| Binary | 1111 | 11000111 | 10101011 | 1011100 | 0 | 1110 | 10110 | 10101011 | 1010110 | 101010 |
Color Harmonies of #0FC7AB
Complementary color
Monochromatic Colors of #0FC7AB
Black with #0FC7AB
Text Example
Text Example
White with #0FC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC7AB; }
p { color: rgb(15,199,171); }
H1.HeaderClassName
{
color: #0FC7AB;
}
.AnyTagClassName
{
color: #0FC7AB;
}
</style>
background-color css
<style>
a { background-color: #0FC7AB; }
a { background-color: rgb(15,199,171); }
div.DivClassName
{
background-color: #0FC7AB;
}
.BgClassName
{
background-color: #0FC7AB;
}
</style>
border-color css
<style>
span { border-color: #0FC7AB; }
span { border-color: rgb(15,199,171); }
td.TdClassName
{
border-color: #0FC7AB;
}
.TagClassName
{
border-color: #0FC7AB;
}
</style>