Shades of Reef #D6FAA1
Tints of Reef #D6FAA1
RGB
CMYK
RGB Variations
Color information
#D6FAA1 (or 0xD6FAA1) is known color: Reef. HEX triplet: D6, FA and A1. RGB value is (214,250,161). Sum of RGB (Red+Green+Blue) = 214+250+161=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FAA1 is #29055E. Grayscale: #E5E5E5. Windows color (decimal): -2688351 or 10615510. OLE color: 10615510.
HSL color Cylindrical-coordinate representation of color #D6FAA1: hue angle of 84.27º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6FAA1 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 161 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.02 |
| HSL | 84.27º | 0.9% | 0.81% | - |
| HSV(B) | 84.27º | 0.36% | 0.98% | - |
| XYZ | 68.35 | 85.24 | 46.57 | - |
| YUV | 229.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 161 | 0.14 | 0 | 0.36 | 0.02 | 84.27 | 0.9 | 0.81 |
| Hex | D6 | FA | A1 | E | 0 | 24 | 2 | 54 | 5A | 51 |
| Octal | 326 | 372 | 241 | 16 | 0 | 44 | 2 | 124 | 132 | 121 |
| Binary | 11010110 | 11111010 | 10100001 | 1110 | 0 | 100100 | 10 | 1010100 | 1011010 | 1010001 |
Color Harmonies of #D6FAA1
Complementary color
Monochromatic Colors of #D6FAA1
Black with #D6FAA1
Text Example
Text Example
White with #D6FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAA1; }
p { color: rgb(214,250,161); }
H1.HeaderClassName
{
color: #D6FAA1;
}
.AnyTagClassName
{
color: #D6FAA1;
}
</style>
background-color css
<style>
a { background-color: #D6FAA1; }
a { background-color: rgb(214,250,161); }
div.DivClassName
{
background-color: #D6FAA1;
}
.BgClassName
{
background-color: #D6FAA1;
}
</style>
border-color css
<style>
span { border-color: #D6FAA1; }
span { border-color: rgb(214,250,161); }
td.TdClassName
{
border-color: #D6FAA1;
}
.TagClassName
{
border-color: #D6FAA1;
}
</style>