Shades of Reef #D0FAA9
Tints of Reef #D0FAA9
RGB
CMYK
RGB Variations
Color information
#D0FAA9 (or 0xD0FAA9) is known color: Reef. HEX triplet: D0, FA and A9. RGB value is (208,250,169). Sum of RGB (Red+Green+Blue) = 208+250+169=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAA9 is #2F0556. Grayscale: #E4E4E4. Windows color (decimal): -3081559 or 11139792. OLE color: 11139792.
HSL color Cylindrical-coordinate representation of color #D0FAA9: hue angle of 91.11º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0FAA9 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 169 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.02 |
| HSL | 91.11º | 0.89% | 0.82% | - |
| HSV(B) | 91.11º | 0.32% | 0.98% | - |
| XYZ | 67.36 | 84.65 | 50.32 | - |
| YUV | 228.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 169 | 0.17 | 0 | 0.32 | 0.02 | 91.11 | 0.89 | 0.82 |
| Hex | D0 | FA | A9 | 11 | 0 | 20 | 2 | 5B | 59 | 52 |
| Octal | 320 | 372 | 251 | 21 | 0 | 40 | 2 | 133 | 131 | 122 |
| Binary | 11010000 | 11111010 | 10101001 | 10001 | 0 | 100000 | 10 | 1011011 | 1011001 | 1010010 |
Color Harmonies of #D0FAA9
Complementary color
Monochromatic Colors of #D0FAA9
Black with #D0FAA9
Text Example
Text Example
White with #D0FAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAA9; }
p { color: rgb(208,250,169); }
H1.HeaderClassName
{
color: #D0FAA9;
}
.AnyTagClassName
{
color: #D0FAA9;
}
</style>
background-color css
<style>
a { background-color: #D0FAA9; }
a { background-color: rgb(208,250,169); }
div.DivClassName
{
background-color: #D0FAA9;
}
.BgClassName
{
background-color: #D0FAA9;
}
</style>
border-color css
<style>
span { border-color: #D0FAA9; }
span { border-color: rgb(208,250,169); }
td.TdClassName
{
border-color: #D0FAA9;
}
.TagClassName
{
border-color: #D0FAA9;
}
</style>