Shades of Reef #D6FFAB
Tints of Reef #D6FFAB
RGB
CMYK
RGB Variations
Color information
#D6FFAB (or 0xD6FFAB) is known color: Reef. HEX triplet: D6, FF and AB. RGB value is (214,255,171). Sum of RGB (Red+Green+Blue) = 214+255+171=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFAB is #290054. Grayscale: #E9E9E9. Windows color (decimal): -2687061 or 11272150. OLE color: 11272150.
HSL color Cylindrical-coordinate representation of color #D6FFAB: hue angle of 89.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6FFAB is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 171 | - |
| CMYK | 0.16 | 0 | 0.33 | 0 |
| HSL | 89.29º | 1% | 0.84% | - |
| HSV(B) | 89.29º | 0.33% | 1% | - |
| XYZ | 70.84 | 88.76 | 51.93 | - |
| YUV | 233.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 171 | 0.16 | 0 | 0.33 | 0 | 89.29 | 1 | 0.84 |
| Hex | D6 | FF | AB | 10 | 0 | 21 | 0 | 59 | 64 | 54 |
| Octal | 326 | 377 | 253 | 20 | 0 | 41 | 0 | 131 | 144 | 124 |
| Binary | 11010110 | 11111111 | 10101011 | 10000 | 0 | 100001 | 0 | 1011001 | 1100100 | 1010100 |
Color Harmonies of #D6FFAB
Complementary color
Monochromatic Colors of #D6FFAB
Black with #D6FFAB
Text Example
Text Example
White with #D6FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFAB; }
p { color: rgb(214,255,171); }
H1.HeaderClassName
{
color: #D6FFAB;
}
.AnyTagClassName
{
color: #D6FFAB;
}
</style>
background-color css
<style>
a { background-color: #D6FFAB; }
a { background-color: rgb(214,255,171); }
div.DivClassName
{
background-color: #D6FFAB;
}
.BgClassName
{
background-color: #D6FFAB;
}
</style>
border-color css
<style>
span { border-color: #D6FFAB; }
span { border-color: rgb(214,255,171); }
td.TdClassName
{
border-color: #D6FFAB;
}
.TagClassName
{
border-color: #D6FFAB;
}
</style>