Shades of Reef #D8FFAC
Tints of Reef #D8FFAC
RGB
CMYK
RGB Variations
Color information
#D8FFAC (or 0xD8FFAC) is known color: Reef. HEX triplet: D8, FF and AC. RGB value is (216,255,172). Sum of RGB (Red+Green+Blue) = 216+255+172=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FFAC is #270053. Grayscale: #EAEAEA. Windows color (decimal): -2555988 or 11337688. OLE color: 11337688.
HSL color Cylindrical-coordinate representation of color #D8FFAC: hue angle of 88.19º 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 #D8FFAC is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 172 | - |
| CMYK | 0.15 | 0 | 0.33 | 0 |
| HSL | 88.19º | 1% | 0.84% | - |
| HSV(B) | 88.19º | 0.33% | 1% | - |
| XYZ | 71.53 | 89.1 | 52.46 | - |
| YUV | 233.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 172 | 0.15 | 0 | 0.33 | 0 | 88.19 | 1 | 0.84 |
| Hex | D8 | FF | AC | F | 0 | 21 | 0 | 58 | 64 | 54 |
| Octal | 330 | 377 | 254 | 17 | 0 | 41 | 0 | 130 | 144 | 124 |
| Binary | 11011000 | 11111111 | 10101100 | 1111 | 0 | 100001 | 0 | 1011000 | 1100100 | 1010100 |
Color Harmonies of #D8FFAC
Complementary color
Monochromatic Colors of #D8FFAC
Black with #D8FFAC
Text Example
Text Example
White with #D8FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FFAC; }
p { color: rgb(216,255,172); }
H1.HeaderClassName
{
color: #D8FFAC;
}
.AnyTagClassName
{
color: #D8FFAC;
}
</style>
background-color css
<style>
a { background-color: #D8FFAC; }
a { background-color: rgb(216,255,172); }
div.DivClassName
{
background-color: #D8FFAC;
}
.BgClassName
{
background-color: #D8FFAC;
}
</style>
border-color css
<style>
span { border-color: #D8FFAC; }
span { border-color: rgb(216,255,172); }
td.TdClassName
{
border-color: #D8FFAC;
}
.TagClassName
{
border-color: #D8FFAC;
}
</style>