Shades of Caribbean Green #0FC7AD
Tints of Caribbean Green #0FC7AD
RGB
CMYK
RGB Variations
Color information
#0FC7AD (or 0x0FC7AD) is known color: Caribbean Green. HEX triplet: 0F, C7 and AD. RGB value is (15,199,173). Sum of RGB (Red+Green+Blue) = 15+199+173=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC7AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC7AD is #F03852. Grayscale: #8C8C8C. Windows color (decimal): -15743059 or 11388687. OLE color: 11388687.
HSL color Cylindrical-coordinate representation of color #0FC7AD: hue angle of 171.52º 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 #0FC7AD is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 173 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.22 |
| HSL | 171.52º | 0.86% | 0.42% | - |
| HSV(B) | 171.52º | 0.92% | 0.78% | - |
| XYZ | 28.16 | 43.97 | 46.54 | - |
| YUV | 141.02 | 146.04 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 173 | 0.92 | 0 | 0.13 | 0.22 | 171.52 | 0.86 | 0.42 |
| Hex | F | C7 | AD | 5C | 0 | D | 16 | AC | 56 | 2A |
| Octal | 17 | 307 | 255 | 134 | 0 | 15 | 26 | 254 | 126 | 52 |
| Binary | 1111 | 11000111 | 10101101 | 1011100 | 0 | 1101 | 10110 | 10101100 | 1010110 | 101010 |
Color Harmonies of #0FC7AD
Complementary color
Monochromatic Colors of #0FC7AD
Black with #0FC7AD
Text Example
Text Example
White with #0FC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC7AD; }
p { color: rgb(15,199,173); }
H1.HeaderClassName
{
color: #0FC7AD;
}
.AnyTagClassName
{
color: #0FC7AD;
}
</style>
background-color css
<style>
a { background-color: #0FC7AD; }
a { background-color: rgb(15,199,173); }
div.DivClassName
{
background-color: #0FC7AD;
}
.BgClassName
{
background-color: #0FC7AD;
}
</style>
border-color css
<style>
span { border-color: #0FC7AD; }
span { border-color: rgb(15,199,173); }
td.TdClassName
{
border-color: #0FC7AD;
}
.TagClassName
{
border-color: #0FC7AD;
}
</style>