Shades of Reef #D6FFA0
Tints of Reef #D6FFA0
RGB
CMYK
RGB Variations
Color information
#D6FFA0 (or 0xD6FFA0) is known color: Reef. HEX triplet: D6, FF and A0. RGB value is (214,255,160). Sum of RGB (Red+Green+Blue) = 214+255+160=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 160 (62.89% from 255 or 25.44% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFA0 is #29005F. Grayscale: #E8E8E8. Windows color (decimal): -2687072 or 10551254. OLE color: 10551254.
HSL color Cylindrical-coordinate representation of color #D6FFA0: hue angle of 85.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6FFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 160 | - |
| CMYK | 0.16 | 0 | 0.37 | 0 |
| HSL | 85.89º | 1% | 0.81% | - |
| HSV(B) | 85.89º | 0.37% | 1% | - |
| XYZ | 69.84 | 88.35 | 46.63 | - |
| YUV | 231.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 160 | 0.16 | 0 | 0.37 | 0 | 85.89 | 1 | 0.81 |
| Hex | D6 | FF | A0 | 10 | 0 | 25 | 0 | 56 | 64 | 51 |
| Octal | 326 | 377 | 240 | 20 | 0 | 45 | 0 | 126 | 144 | 121 |
| Binary | 11010110 | 11111111 | 10100000 | 10000 | 0 | 100101 | 0 | 1010110 | 1100100 | 1010001 |
Color Harmonies of #D6FFA0
Complementary color
Monochromatic Colors of #D6FFA0
Black with #D6FFA0
Text Example
Text Example
White with #D6FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFA0; }
p { color: rgb(214,255,160); }
H1.HeaderClassName
{
color: #D6FFA0;
}
.AnyTagClassName
{
color: #D6FFA0;
}
</style>
background-color css
<style>
a { background-color: #D6FFA0; }
a { background-color: rgb(214,255,160); }
div.DivClassName
{
background-color: #D6FFA0;
}
.BgClassName
{
background-color: #D6FFA0;
}
</style>
border-color css
<style>
span { border-color: #D6FFA0; }
span { border-color: rgb(214,255,160); }
td.TdClassName
{
border-color: #D6FFA0;
}
.TagClassName
{
border-color: #D6FFA0;
}
</style>