Shades of Reef #DBF2A0
Tints of Reef #DBF2A0
RGB
CMYK
RGB Variations
Color information
#DBF2A0 (or 0xDBF2A0) is known color: Reef. HEX triplet: DB, F2 and A0. RGB value is (219,242,160). Sum of RGB (Red+Green+Blue) = 219+242+160=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2A0 is #240D5F. Grayscale: #E2E2E2. Windows color (decimal): -2362720 or 10547931. OLE color: 10547931.
HSL color Cylindrical-coordinate representation of color #DBF2A0: hue angle of 76.83º 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 #DBF2A0 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 160 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.05 |
| HSL | 76.83º | 0.76% | 0.79% | - |
| HSV(B) | 76.83º | 0.34% | 0.95% | - |
| XYZ | 67.31 | 81.1 | 45.36 | - |
| YUV | 225.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 160 | 0.10 | 0 | 0.34 | 0.05 | 76.83 | 0.76 | 0.79 |
| Hex | DB | F2 | A0 | A | 0 | 22 | 5 | 4D | 4C | 4F |
| Octal | 333 | 362 | 240 | 12 | 0 | 42 | 5 | 115 | 114 | 117 |
| Binary | 11011011 | 11110010 | 10100000 | 1010 | 0 | 100010 | 101 | 1001101 | 1001100 | 1001111 |
Color Harmonies of #DBF2A0
Complementary color
Monochromatic Colors of #DBF2A0
Black with #DBF2A0
Text Example
Text Example
White with #DBF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2A0; }
p { color: rgb(219,242,160); }
H1.HeaderClassName
{
color: #DBF2A0;
}
.AnyTagClassName
{
color: #DBF2A0;
}
</style>
background-color css
<style>
a { background-color: #DBF2A0; }
a { background-color: rgb(219,242,160); }
div.DivClassName
{
background-color: #DBF2A0;
}
.BgClassName
{
background-color: #DBF2A0;
}
</style>
border-color css
<style>
span { border-color: #DBF2A0; }
span { border-color: rgb(219,242,160); }
td.TdClassName
{
border-color: #DBF2A0;
}
.TagClassName
{
border-color: #DBF2A0;
}
</style>