Shades of Caribbean Green #0FC7AC
Tints of Caribbean Green #0FC7AC
RGB
CMYK
RGB Variations
Color information
#0FC7AC (or 0x0FC7AC) is known color: Caribbean Green. HEX triplet: 0F, C7 and AC. RGB value is (15,199,172). Sum of RGB (Red+Green+Blue) = 15+199+172=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC7AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC7AC is #F03853. Grayscale: #8C8C8C. Windows color (decimal): -15743060 or 11323151. OLE color: 11323151.
HSL color Cylindrical-coordinate representation of color #0FC7AC: hue angle of 171.2º 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 #0FC7AC is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 172 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.22 |
| HSL | 171.2º | 0.86% | 0.42% | - |
| HSV(B) | 171.2º | 0.92% | 0.78% | - |
| XYZ | 28.07 | 43.93 | 46.03 | - |
| YUV | 140.91 | 145.54 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 172 | 0.92 | 0 | 0.14 | 0.22 | 171.2 | 0.86 | 0.42 |
| Hex | F | C7 | AC | 5C | 0 | E | 16 | AB | 56 | 2A |
| Octal | 17 | 307 | 254 | 134 | 0 | 16 | 26 | 253 | 126 | 52 |
| Binary | 1111 | 11000111 | 10101100 | 1011100 | 0 | 1110 | 10110 | 10101011 | 1010110 | 101010 |
Color Harmonies of #0FC7AC
Complementary color
Monochromatic Colors of #0FC7AC
Black with #0FC7AC
Text Example
Text Example
White with #0FC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC7AC; }
p { color: rgb(15,199,172); }
H1.HeaderClassName
{
color: #0FC7AC;
}
.AnyTagClassName
{
color: #0FC7AC;
}
</style>
background-color css
<style>
a { background-color: #0FC7AC; }
a { background-color: rgb(15,199,172); }
div.DivClassName
{
background-color: #0FC7AC;
}
.BgClassName
{
background-color: #0FC7AC;
}
</style>
border-color css
<style>
span { border-color: #0FC7AC; }
span { border-color: rgb(15,199,172); }
td.TdClassName
{
border-color: #0FC7AC;
}
.TagClassName
{
border-color: #0FC7AC;
}
</style>