Shades of Reef #DCFCA0
Tints of Reef #DCFCA0
RGB
CMYK
RGB Variations
Color information
#DCFCA0 (or 0xDCFCA0) is known color: Reef. HEX triplet: DC, FC and A0. RGB value is (220,252,160). Sum of RGB (Red+Green+Blue) = 220+252+160=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCA0 is #23035F. Grayscale: #E8E8E8. Windows color (decimal): -2294624 or 10550492. OLE color: 10550492.
HSL color Cylindrical-coordinate representation of color #DCFCA0: hue angle of 80.87º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCFCA0 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 160 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.01 |
| HSL | 80.87º | 0.94% | 0.81% | - |
| HSV(B) | 80.87º | 0.37% | 0.99% | - |
| XYZ | 70.67 | 87.37 | 46.4 | - |
| YUV | 231.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 160 | 0.13 | 0 | 0.37 | 0.01 | 80.87 | 0.94 | 0.81 |
| Hex | DC | FC | A0 | D | 0 | 25 | 1 | 51 | 5E | 51 |
| Octal | 334 | 374 | 240 | 15 | 0 | 45 | 1 | 121 | 136 | 121 |
| Binary | 11011100 | 11111100 | 10100000 | 1101 | 0 | 100101 | 1 | 1010001 | 1011110 | 1010001 |
Color Harmonies of #DCFCA0
Complementary color
Monochromatic Colors of #DCFCA0
Black with #DCFCA0
Text Example
Text Example
White with #DCFCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCA0; }
p { color: rgb(220,252,160); }
H1.HeaderClassName
{
color: #DCFCA0;
}
.AnyTagClassName
{
color: #DCFCA0;
}
</style>
background-color css
<style>
a { background-color: #DCFCA0; }
a { background-color: rgb(220,252,160); }
div.DivClassName
{
background-color: #DCFCA0;
}
.BgClassName
{
background-color: #DCFCA0;
}
</style>
border-color css
<style>
span { border-color: #DCFCA0; }
span { border-color: rgb(220,252,160); }
td.TdClassName
{
border-color: #DCFCA0;
}
.TagClassName
{
border-color: #DCFCA0;
}
</style>