Shades of Reef #D0F0AC
Tints of Reef #D0F0AC
RGB
CMYK
RGB Variations
Color information
#D0F0AC (or 0xD0F0AC) is known color: Reef. HEX triplet: D0, F0 and AC. RGB value is (208,240,172). Sum of RGB (Red+Green+Blue) = 208+240+172=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F0AC is #2F0F53. Grayscale: #DEDEDE. Windows color (decimal): -3084116 or 11333840. OLE color: 11333840.
HSL color Cylindrical-coordinate representation of color #D0F0AC: hue angle of 88.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0F0AC is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 172 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.06 |
| HSL | 88.24º | 0.69% | 0.81% | - |
| HSV(B) | 88.24º | 0.28% | 0.94% | - |
| XYZ | 64.62 | 78.71 | 50.82 | - |
| YUV | 222.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 172 | 0.13 | 0 | 0.28 | 0.06 | 88.24 | 0.69 | 0.81 |
| Hex | D0 | F0 | AC | D | 0 | 1C | 6 | 58 | 45 | 51 |
| Octal | 320 | 360 | 254 | 15 | 0 | 34 | 6 | 130 | 105 | 121 |
| Binary | 11010000 | 11110000 | 10101100 | 1101 | 0 | 11100 | 110 | 1011000 | 1000101 | 1010001 |
Color Harmonies of #D0F0AC
Complementary color
Monochromatic Colors of #D0F0AC
Black with #D0F0AC
Text Example
Text Example
White with #D0F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0AC; }
p { color: rgb(208,240,172); }
H1.HeaderClassName
{
color: #D0F0AC;
}
.AnyTagClassName
{
color: #D0F0AC;
}
</style>
background-color css
<style>
a { background-color: #D0F0AC; }
a { background-color: rgb(208,240,172); }
div.DivClassName
{
background-color: #D0F0AC;
}
.BgClassName
{
background-color: #D0F0AC;
}
</style>
border-color css
<style>
span { border-color: #D0F0AC; }
span { border-color: rgb(208,240,172); }
td.TdClassName
{
border-color: #D0F0AC;
}
.TagClassName
{
border-color: #D0F0AC;
}
</style>