Shades of Reef #DCF2A0
Tints of Reef #DCF2A0
RGB
CMYK
RGB Variations
Color information
#DCF2A0 (or 0xDCF2A0) is known color: Reef. HEX triplet: DC, F2 and A0. RGB value is (220,242,160). Sum of RGB (Red+Green+Blue) = 220+242+160=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF2A0 is #230D5F. Grayscale: #E2E2E2. Windows color (decimal): -2297184 or 10547932. OLE color: 10547932.
HSL color Cylindrical-coordinate representation of color #DCF2A0: hue angle of 76.1º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCF2A0 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 160 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.05 |
| HSL | 76.1º | 0.76% | 0.79% | - |
| HSV(B) | 76.1º | 0.34% | 0.95% | - |
| XYZ | 67.61 | 81.26 | 45.38 | - |
| YUV | 226.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 160 | 0.09 | 0 | 0.34 | 0.05 | 76.1 | 0.76 | 0.79 |
| Hex | DC | F2 | A0 | 9 | 0 | 22 | 5 | 4C | 4C | 4F |
| Octal | 334 | 362 | 240 | 11 | 0 | 42 | 5 | 114 | 114 | 117 |
| Binary | 11011100 | 11110010 | 10100000 | 1001 | 0 | 100010 | 101 | 1001100 | 1001100 | 1001111 |
Color Harmonies of #DCF2A0
Complementary color
Monochromatic Colors of #DCF2A0
Black with #DCF2A0
Text Example
Text Example
White with #DCF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2A0; }
p { color: rgb(220,242,160); }
H1.HeaderClassName
{
color: #DCF2A0;
}
.AnyTagClassName
{
color: #DCF2A0;
}
</style>
background-color css
<style>
a { background-color: #DCF2A0; }
a { background-color: rgb(220,242,160); }
div.DivClassName
{
background-color: #DCF2A0;
}
.BgClassName
{
background-color: #DCF2A0;
}
</style>
border-color css
<style>
span { border-color: #DCF2A0; }
span { border-color: rgb(220,242,160); }
td.TdClassName
{
border-color: #DCF2A0;
}
.TagClassName
{
border-color: #DCF2A0;
}
</style>