Shades of Reef #DAF7A0
Tints of Reef #DAF7A0
RGB
CMYK
RGB Variations
Color information
#DAF7A0 (or 0xDAF7A0) is known color: Reef. HEX triplet: DA, F7 and A0. RGB value is (218,247,160). Sum of RGB (Red+Green+Blue) = 218+247+160=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF7A0 is #25085F. Grayscale: #E4E4E4. Windows color (decimal): -2426976 or 10549210. OLE color: 10549210.
HSL color Cylindrical-coordinate representation of color #DAF7A0: hue angle of 80º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF7A0 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 160 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.03 |
| HSL | 80º | 0.84% | 0.8% | - |
| HSV(B) | 80º | 0.35% | 0.97% | - |
| XYZ | 68.52 | 83.97 | 45.85 | - |
| YUV | 228.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 160 | 0.12 | 0 | 0.35 | 0.03 | 80 | 0.84 | 0.8 |
| Hex | DA | F7 | A0 | C | 0 | 23 | 3 | 50 | 54 | 50 |
| Octal | 332 | 367 | 240 | 14 | 0 | 43 | 3 | 120 | 124 | 120 |
| Binary | 11011010 | 11110111 | 10100000 | 1100 | 0 | 100011 | 11 | 1010000 | 1010100 | 1010000 |
Color Harmonies of #DAF7A0
Complementary color
Monochromatic Colors of #DAF7A0
Black with #DAF7A0
Text Example
Text Example
White with #DAF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7A0; }
p { color: rgb(218,247,160); }
H1.HeaderClassName
{
color: #DAF7A0;
}
.AnyTagClassName
{
color: #DAF7A0;
}
</style>
background-color css
<style>
a { background-color: #DAF7A0; }
a { background-color: rgb(218,247,160); }
div.DivClassName
{
background-color: #DAF7A0;
}
.BgClassName
{
background-color: #DAF7A0;
}
</style>
border-color css
<style>
span { border-color: #DAF7A0; }
span { border-color: rgb(218,247,160); }
td.TdClassName
{
border-color: #DAF7A0;
}
.TagClassName
{
border-color: #DAF7A0;
}
</style>