Shades of Reef #D0FAA5
Tints of Reef #D0FAA5
RGB
CMYK
RGB Variations
Color information
#D0FAA5 (or 0xD0FAA5) is known color: Reef. HEX triplet: D0, FA and A5. RGB value is (208,250,165). Sum of RGB (Red+Green+Blue) = 208+250+165=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAA5 is #2F055A. Grayscale: #E4E4E4. Windows color (decimal): -3081563 or 10877648. OLE color: 10877648.
HSL color Cylindrical-coordinate representation of color #D0FAA5: hue angle of 89.65º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0FAA5 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 165 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.02 |
| HSL | 89.65º | 0.89% | 0.81% | - |
| HSV(B) | 89.65º | 0.34% | 0.98% | - |
| XYZ | 66.99 | 84.5 | 48.38 | - |
| YUV | 227.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 165 | 0.17 | 0 | 0.34 | 0.02 | 89.65 | 0.89 | 0.81 |
| Hex | D0 | FA | A5 | 11 | 0 | 22 | 2 | 5A | 59 | 51 |
| Octal | 320 | 372 | 245 | 21 | 0 | 42 | 2 | 132 | 131 | 121 |
| Binary | 11010000 | 11111010 | 10100101 | 10001 | 0 | 100010 | 10 | 1011010 | 1011001 | 1010001 |
Color Harmonies of #D0FAA5
Complementary color
Monochromatic Colors of #D0FAA5
Black with #D0FAA5
Text Example
Text Example
White with #D0FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAA5; }
p { color: rgb(208,250,165); }
H1.HeaderClassName
{
color: #D0FAA5;
}
.AnyTagClassName
{
color: #D0FAA5;
}
</style>
background-color css
<style>
a { background-color: #D0FAA5; }
a { background-color: rgb(208,250,165); }
div.DivClassName
{
background-color: #D0FAA5;
}
.BgClassName
{
background-color: #D0FAA5;
}
</style>
border-color css
<style>
span { border-color: #D0FAA5; }
span { border-color: rgb(208,250,165); }
td.TdClassName
{
border-color: #D0FAA5;
}
.TagClassName
{
border-color: #D0FAA5;
}
</style>