Shades of Caribbean Green #0FD7AD
Tints of Caribbean Green #0FD7AD
RGB
CMYK
RGB Variations
Color information
#0FD7AD (or 0x0FD7AD) is known color: Caribbean Green. HEX triplet: 0F, D7 and AD. RGB value is (15,215,173). Sum of RGB (Red+Green+Blue) = 15+215+173=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD7AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD7AD is #F02852. Grayscale: #969696. Windows color (decimal): -15738963 or 11392783. OLE color: 11392783.
HSL color Cylindrical-coordinate representation of color #0FD7AD: hue angle of 167.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD7AD is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 173 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.16 |
| HSL | 167.4º | 0.87% | 0.45% | - |
| HSV(B) | 167.4º | 0.93% | 0.84% | - |
| XYZ | 32.04 | 51.72 | 47.83 | - |
| YUV | 150.41 | 140.74 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 173 | 0.93 | 0 | 0.20 | 0.16 | 167.4 | 0.87 | 0.45 |
| Hex | F | D7 | AD | 5D | 0 | 14 | 10 | A7 | 57 | 2D |
| Octal | 17 | 327 | 255 | 135 | 0 | 24 | 20 | 247 | 127 | 55 |
| Binary | 1111 | 11010111 | 10101101 | 1011101 | 0 | 10100 | 10000 | 10100111 | 1010111 | 101101 |
Color Harmonies of #0FD7AD
Complementary color
Monochromatic Colors of #0FD7AD
Black with #0FD7AD
Text Example
Text Example
White with #0FD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD7AD; }
p { color: rgb(15,215,173); }
H1.HeaderClassName
{
color: #0FD7AD;
}
.AnyTagClassName
{
color: #0FD7AD;
}
</style>
background-color css
<style>
a { background-color: #0FD7AD; }
a { background-color: rgb(15,215,173); }
div.DivClassName
{
background-color: #0FD7AD;
}
.BgClassName
{
background-color: #0FD7AD;
}
</style>
border-color css
<style>
span { border-color: #0FD7AD; }
span { border-color: rgb(15,215,173); }
td.TdClassName
{
border-color: #0FD7AD;
}
.TagClassName
{
border-color: #0FD7AD;
}
</style>