Shades of Reef #D0F7AC
Tints of Reef #D0F7AC
RGB
CMYK
RGB Variations
Color information
#D0F7AC (or 0xD0F7AC) is known color: Reef. HEX triplet: D0, F7 and AC. RGB value is (208,247,172). Sum of RGB (Red+Green+Blue) = 208+247+172=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F7AC is #2F0853. Grayscale: #E3E3E3. Windows color (decimal): -3082324 or 11335632. OLE color: 11335632.
HSL color Cylindrical-coordinate representation of color #D0F7AC: hue angle of 91.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0F7AC is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 172 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.03 |
| HSL | 91.2º | 0.82% | 0.82% | - |
| HSV(B) | 91.2º | 0.3% | 0.97% | - |
| XYZ | 66.72 | 82.91 | 51.52 | - |
| YUV | 226.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 172 | 0.16 | 0 | 0.30 | 0.03 | 91.2 | 0.82 | 0.82 |
| Hex | D0 | F7 | AC | 10 | 0 | 1E | 3 | 5B | 52 | 52 |
| Octal | 320 | 367 | 254 | 20 | 0 | 36 | 3 | 133 | 122 | 122 |
| Binary | 11010000 | 11110111 | 10101100 | 10000 | 0 | 11110 | 11 | 1011011 | 1010010 | 1010010 |
Color Harmonies of #D0F7AC
Complementary color
Monochromatic Colors of #D0F7AC
Black with #D0F7AC
Text Example
Text Example
White with #D0F7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7AC; }
p { color: rgb(208,247,172); }
H1.HeaderClassName
{
color: #D0F7AC;
}
.AnyTagClassName
{
color: #D0F7AC;
}
</style>
background-color css
<style>
a { background-color: #D0F7AC; }
a { background-color: rgb(208,247,172); }
div.DivClassName
{
background-color: #D0F7AC;
}
.BgClassName
{
background-color: #D0F7AC;
}
</style>
border-color css
<style>
span { border-color: #D0F7AC; }
span { border-color: rgb(208,247,172); }
td.TdClassName
{
border-color: #D0F7AC;
}
.TagClassName
{
border-color: #D0F7AC;
}
</style>