Shades of Reef #D7FFA6
Tints of Reef #D7FFA6
RGB
CMYK
RGB Variations
Color information
#D7FFA6 (or 0xD7FFA6) is known color: Reef. HEX triplet: D7, FF and A6. RGB value is (215,255,166). Sum of RGB (Red+Green+Blue) = 215+255+166=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FFA6 is #280059. Grayscale: #E9E9E9. Windows color (decimal): -2621530 or 10944471. OLE color: 10944471.
HSL color Cylindrical-coordinate representation of color #D7FFA6: hue angle of 86.97º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7FFA6 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 166 | - |
| CMYK | 0.16 | 0 | 0.35 | 0 |
| HSL | 86.97º | 1% | 0.83% | - |
| HSV(B) | 86.97º | 0.35% | 1% | - |
| XYZ | 70.67 | 88.72 | 49.48 | - |
| YUV | 232.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 166 | 0.16 | 0 | 0.35 | 0 | 86.97 | 1 | 0.83 |
| Hex | D7 | FF | A6 | 10 | 0 | 23 | 0 | 57 | 64 | 53 |
| Octal | 327 | 377 | 246 | 20 | 0 | 43 | 0 | 127 | 144 | 123 |
| Binary | 11010111 | 11111111 | 10100110 | 10000 | 0 | 100011 | 0 | 1010111 | 1100100 | 1010011 |
Color Harmonies of #D7FFA6
Complementary color
Monochromatic Colors of #D7FFA6
Black with #D7FFA6
Text Example
Text Example
White with #D7FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFA6; }
p { color: rgb(215,255,166); }
H1.HeaderClassName
{
color: #D7FFA6;
}
.AnyTagClassName
{
color: #D7FFA6;
}
</style>
background-color css
<style>
a { background-color: #D7FFA6; }
a { background-color: rgb(215,255,166); }
div.DivClassName
{
background-color: #D7FFA6;
}
.BgClassName
{
background-color: #D7FFA6;
}
</style>
border-color css
<style>
span { border-color: #D7FFA6; }
span { border-color: rgb(215,255,166); }
td.TdClassName
{
border-color: #D7FFA6;
}
.TagClassName
{
border-color: #D7FFA6;
}
</style>