Shades of Reef #D7FFAA
Tints of Reef #D7FFAA
RGB
CMYK
RGB Variations
Color information
#D7FFAA (or 0xD7FFAA) is known color: Reef. HEX triplet: D7, FF and AA. RGB value is (215,255,170). Sum of RGB (Red+Green+Blue) = 215+255+170=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FFAA is #280055. Grayscale: #E9E9E9. Windows color (decimal): -2621526 or 11206615. OLE color: 11206615.
HSL color Cylindrical-coordinate representation of color #D7FFAA: hue angle of 88.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7FFAA is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 170 | - |
| CMYK | 0.16 | 0 | 0.33 | 0 |
| HSL | 88.24º | 1% | 0.83% | - |
| HSV(B) | 88.24º | 0.33% | 1% | - |
| XYZ | 71.04 | 88.87 | 51.44 | - |
| YUV | 233.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 170 | 0.16 | 0 | 0.33 | 0 | 88.24 | 1 | 0.83 |
| Hex | D7 | FF | AA | 10 | 0 | 21 | 0 | 58 | 64 | 53 |
| Octal | 327 | 377 | 252 | 20 | 0 | 41 | 0 | 130 | 144 | 123 |
| Binary | 11010111 | 11111111 | 10101010 | 10000 | 0 | 100001 | 0 | 1011000 | 1100100 | 1010011 |
Color Harmonies of #D7FFAA
Complementary color
Monochromatic Colors of #D7FFAA
Black with #D7FFAA
Text Example
Text Example
White with #D7FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFAA; }
p { color: rgb(215,255,170); }
H1.HeaderClassName
{
color: #D7FFAA;
}
.AnyTagClassName
{
color: #D7FFAA;
}
</style>
background-color css
<style>
a { background-color: #D7FFAA; }
a { background-color: rgb(215,255,170); }
div.DivClassName
{
background-color: #D7FFAA;
}
.BgClassName
{
background-color: #D7FFAA;
}
</style>
border-color css
<style>
span { border-color: #D7FFAA; }
span { border-color: rgb(215,255,170); }
td.TdClassName
{
border-color: #D7FFAA;
}
.TagClassName
{
border-color: #D7FFAA;
}
</style>