Shades of Reef #D6FFA8
Tints of Reef #D6FFA8
RGB
CMYK
RGB Variations
Color information
#D6FFA8 (or 0xD6FFA8) is known color: Reef. HEX triplet: D6, FF and A8. RGB value is (214,255,168). Sum of RGB (Red+Green+Blue) = 214+255+168=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 168 (66.02% from 255 or 26.37% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFA8 is #290057. Grayscale: #E9E9E9. Windows color (decimal): -2687064 or 11075542. OLE color: 11075542.
HSL color Cylindrical-coordinate representation of color #D6FFA8: hue angle of 88.28º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6FFA8 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 168 | - |
| CMYK | 0.16 | 0 | 0.34 | 0 |
| HSL | 88.28º | 1% | 0.83% | - |
| HSV(B) | 88.28º | 0.34% | 1% | - |
| XYZ | 70.56 | 88.64 | 50.44 | - |
| YUV | 232.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 168 | 0.16 | 0 | 0.34 | 0 | 88.28 | 1 | 0.83 |
| Hex | D6 | FF | A8 | 10 | 0 | 22 | 0 | 58 | 64 | 53 |
| Octal | 326 | 377 | 250 | 20 | 0 | 42 | 0 | 130 | 144 | 123 |
| Binary | 11010110 | 11111111 | 10101000 | 10000 | 0 | 100010 | 0 | 1011000 | 1100100 | 1010011 |
Color Harmonies of #D6FFA8
Complementary color
Monochromatic Colors of #D6FFA8
Black with #D6FFA8
Text Example
Text Example
White with #D6FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFA8; }
p { color: rgb(214,255,168); }
H1.HeaderClassName
{
color: #D6FFA8;
}
.AnyTagClassName
{
color: #D6FFA8;
}
</style>
background-color css
<style>
a { background-color: #D6FFA8; }
a { background-color: rgb(214,255,168); }
div.DivClassName
{
background-color: #D6FFA8;
}
.BgClassName
{
background-color: #D6FFA8;
}
</style>
border-color css
<style>
span { border-color: #D6FFA8; }
span { border-color: rgb(214,255,168); }
td.TdClassName
{
border-color: #D6FFA8;
}
.TagClassName
{
border-color: #D6FFA8;
}
</style>