Shades of Reef #D0FAA8
Tints of Reef #D0FAA8
RGB
CMYK
RGB Variations
Color information
#D0FAA8 (or 0xD0FAA8) is known color: Reef. HEX triplet: D0, FA and A8. RGB value is (208,250,168). Sum of RGB (Red+Green+Blue) = 208+250+168=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAA8 is #2F0557. Grayscale: #E4E4E4. Windows color (decimal): -3081560 or 11074256. OLE color: 11074256.
HSL color Cylindrical-coordinate representation of color #D0FAA8: hue angle of 90.73º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0FAA8 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 168 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.02 |
| HSL | 90.73º | 0.89% | 0.82% | - |
| HSV(B) | 90.73º | 0.33% | 0.98% | - |
| XYZ | 67.27 | 84.61 | 49.83 | - |
| YUV | 228.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 168 | 0.17 | 0 | 0.33 | 0.02 | 90.73 | 0.89 | 0.82 |
| Hex | D0 | FA | A8 | 11 | 0 | 21 | 2 | 5B | 59 | 52 |
| Octal | 320 | 372 | 250 | 21 | 0 | 41 | 2 | 133 | 131 | 122 |
| Binary | 11010000 | 11111010 | 10101000 | 10001 | 0 | 100001 | 10 | 1011011 | 1011001 | 1010010 |
Color Harmonies of #D0FAA8
Complementary color
Monochromatic Colors of #D0FAA8
Black with #D0FAA8
Text Example
Text Example
White with #D0FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAA8; }
p { color: rgb(208,250,168); }
H1.HeaderClassName
{
color: #D0FAA8;
}
.AnyTagClassName
{
color: #D0FAA8;
}
</style>
background-color css
<style>
a { background-color: #D0FAA8; }
a { background-color: rgb(208,250,168); }
div.DivClassName
{
background-color: #D0FAA8;
}
.BgClassName
{
background-color: #D0FAA8;
}
</style>
border-color css
<style>
span { border-color: #D0FAA8; }
span { border-color: rgb(208,250,168); }
td.TdClassName
{
border-color: #D0FAA8;
}
.TagClassName
{
border-color: #D0FAA8;
}
</style>