Shades of Reef #D6FFA6
Tints of Reef #D6FFA6
RGB
CMYK
RGB Variations
Color information
#D6FFA6 (or 0xD6FFA6) is known color: Reef. HEX triplet: D6, FF and A6. RGB value is (214,255,166). Sum of RGB (Red+Green+Blue) = 214+255+166=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 166 (65.23% from 255 or 26.14% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFA6 is #290059. Grayscale: #E8E8E8. Windows color (decimal): -2687066 or 10944470. OLE color: 10944470.
HSL color Cylindrical-coordinate representation of color #D6FFA6: hue angle of 87.64º 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 #D6FFA6 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 166 | - |
| CMYK | 0.16 | 0 | 0.35 | 0 |
| HSL | 87.64º | 1% | 0.83% | - |
| HSV(B) | 87.64º | 0.35% | 1% | - |
| XYZ | 70.37 | 88.57 | 49.46 | - |
| YUV | 232.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 166 | 0.16 | 0 | 0.35 | 0 | 87.64 | 1 | 0.83 |
| Hex | D6 | FF | A6 | 10 | 0 | 23 | 0 | 58 | 64 | 53 |
| Octal | 326 | 377 | 246 | 20 | 0 | 43 | 0 | 130 | 144 | 123 |
| Binary | 11010110 | 11111111 | 10100110 | 10000 | 0 | 100011 | 0 | 1011000 | 1100100 | 1010011 |
Color Harmonies of #D6FFA6
Complementary color
Monochromatic Colors of #D6FFA6
Black with #D6FFA6
Text Example
Text Example
White with #D6FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFA6; }
p { color: rgb(214,255,166); }
H1.HeaderClassName
{
color: #D6FFA6;
}
.AnyTagClassName
{
color: #D6FFA6;
}
</style>
background-color css
<style>
a { background-color: #D6FFA6; }
a { background-color: rgb(214,255,166); }
div.DivClassName
{
background-color: #D6FFA6;
}
.BgClassName
{
background-color: #D6FFA6;
}
</style>
border-color css
<style>
span { border-color: #D6FFA6; }
span { border-color: rgb(214,255,166); }
td.TdClassName
{
border-color: #D6FFA6;
}
.TagClassName
{
border-color: #D6FFA6;
}
</style>