Shades of Reef #D8F0A2
Tints of Reef #D8F0A2
RGB
CMYK
RGB Variations
Color information
#D8F0A2 (or 0xD8F0A2) is known color: Reef. HEX triplet: D8, F0 and A2. RGB value is (216,240,162). Sum of RGB (Red+Green+Blue) = 216+240+162=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F0A2 is #270F5D. Grayscale: #E0E0E0. Windows color (decimal): -2559838 or 10678488. OLE color: 10678488.
HSL color Cylindrical-coordinate representation of color #D8F0A2: hue angle of 78.46º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8F0A2 is Cyan = 0.1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 162 | - |
| CMYK | 0.1 | 0 | 0.32 | 0.06 |
| HSL | 78.46º | 0.72% | 0.79% | - |
| HSV(B) | 78.46º | 0.33% | 0.94% | - |
| XYZ | 66 | 79.53 | 46.05 | - |
| YUV | 223.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 162 | 0.1 | 0 | 0.32 | 0.06 | 78.46 | 0.72 | 0.79 |
| Hex | D8 | F0 | A2 | A | 0 | 20 | 6 | 4E | 48 | 4F |
| Octal | 330 | 360 | 242 | 12 | 0 | 40 | 6 | 116 | 110 | 117 |
| Binary | 11011000 | 11110000 | 10100010 | 1010 | 0 | 100000 | 110 | 1001110 | 1001000 | 1001111 |
Color Harmonies of #D8F0A2
Complementary color
Monochromatic Colors of #D8F0A2
Black with #D8F0A2
Text Example
Text Example
White with #D8F0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0A2; }
p { color: rgb(216,240,162); }
H1.HeaderClassName
{
color: #D8F0A2;
}
.AnyTagClassName
{
color: #D8F0A2;
}
</style>
background-color css
<style>
a { background-color: #D8F0A2; }
a { background-color: rgb(216,240,162); }
div.DivClassName
{
background-color: #D8F0A2;
}
.BgClassName
{
background-color: #D8F0A2;
}
</style>
border-color css
<style>
span { border-color: #D8F0A2; }
span { border-color: rgb(216,240,162); }
td.TdClassName
{
border-color: #D8F0A2;
}
.TagClassName
{
border-color: #D8F0A2;
}
</style>