Shades of Reef #D0FAAC
Tints of Reef #D0FAAC
RGB
CMYK
RGB Variations
Color information
#D0FAAC (or 0xD0FAAC) is known color: Reef. HEX triplet: D0, FA and AC. RGB value is (208,250,172). Sum of RGB (Red+Green+Blue) = 208+250+172=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAAC is #2F0553. Grayscale: #E4E4E4. Windows color (decimal): -3081556 or 11336400. OLE color: 11336400.
HSL color Cylindrical-coordinate representation of color #D0FAAC: hue angle of 92.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0FAAC is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 172 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.02 |
| HSL | 92.31º | 0.89% | 0.83% | - |
| HSV(B) | 92.31º | 0.31% | 0.98% | - |
| XYZ | 67.64 | 84.76 | 51.82 | - |
| YUV | 228.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 172 | 0.17 | 0 | 0.31 | 0.02 | 92.31 | 0.89 | 0.83 |
| Hex | D0 | FA | AC | 11 | 0 | 1F | 2 | 5C | 59 | 53 |
| Octal | 320 | 372 | 254 | 21 | 0 | 37 | 2 | 134 | 131 | 123 |
| Binary | 11010000 | 11111010 | 10101100 | 10001 | 0 | 11111 | 10 | 1011100 | 1011001 | 1010011 |
Color Harmonies of #D0FAAC
Complementary color
Monochromatic Colors of #D0FAAC
Black with #D0FAAC
Text Example
Text Example
White with #D0FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAAC; }
p { color: rgb(208,250,172); }
H1.HeaderClassName
{
color: #D0FAAC;
}
.AnyTagClassName
{
color: #D0FAAC;
}
</style>
background-color css
<style>
a { background-color: #D0FAAC; }
a { background-color: rgb(208,250,172); }
div.DivClassName
{
background-color: #D0FAAC;
}
.BgClassName
{
background-color: #D0FAAC;
}
</style>
border-color css
<style>
span { border-color: #D0FAAC; }
span { border-color: rgb(208,250,172); }
td.TdClassName
{
border-color: #D0FAAC;
}
.TagClassName
{
border-color: #D0FAAC;
}
</style>