Shades of Reef #DCF0A0
Tints of Reef #DCF0A0
RGB
CMYK
RGB Variations
Color information
#DCF0A0 (or 0xDCF0A0) is known color: Reef. HEX triplet: DC, F0 and A0. RGB value is (220,240,160). Sum of RGB (Red+Green+Blue) = 220+240+160=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF0A0 is #230F5F. Grayscale: #E1E1E1. Windows color (decimal): -2297696 or 10547420. OLE color: 10547420.
HSL color Cylindrical-coordinate representation of color #DCF0A0: hue angle of 75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCF0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 160 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.06 |
| HSL | 75º | 0.73% | 0.78% | - |
| HSV(B) | 75º | 0.33% | 0.94% | - |
| XYZ | 67.02 | 80.07 | 45.18 | - |
| YUV | 224.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 160 | 0.08 | 0 | 0.33 | 0.06 | 75 | 0.73 | 0.78 |
| Hex | DC | F0 | A0 | 8 | 0 | 21 | 6 | 4B | 49 | 4E |
| Octal | 334 | 360 | 240 | 10 | 0 | 41 | 6 | 113 | 111 | 116 |
| Binary | 11011100 | 11110000 | 10100000 | 1000 | 0 | 100001 | 110 | 1001011 | 1001001 | 1001110 |
Color Harmonies of #DCF0A0
Complementary color
Monochromatic Colors of #DCF0A0
Black with #DCF0A0
Text Example
Text Example
White with #DCF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0A0; }
p { color: rgb(220,240,160); }
H1.HeaderClassName
{
color: #DCF0A0;
}
.AnyTagClassName
{
color: #DCF0A0;
}
</style>
background-color css
<style>
a { background-color: #DCF0A0; }
a { background-color: rgb(220,240,160); }
div.DivClassName
{
background-color: #DCF0A0;
}
.BgClassName
{
background-color: #DCF0A0;
}
</style>
border-color css
<style>
span { border-color: #DCF0A0; }
span { border-color: rgb(220,240,160); }
td.TdClassName
{
border-color: #DCF0A0;
}
.TagClassName
{
border-color: #DCF0A0;
}
</style>