Shades of Reef #DAF9AC
Tints of Reef #DAF9AC
RGB
CMYK
RGB Variations
Color information
#DAF9AC (or 0xDAF9AC) is known color: Reef. HEX triplet: DA, F9 and AC. RGB value is (218,249,172). Sum of RGB (Red+Green+Blue) = 218+249+172=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF9AC is #250653. Grayscale: #E7E7E7. Windows color (decimal): -2426452 or 11336154. OLE color: 11336154.
HSL color Cylindrical-coordinate representation of color #DAF9AC: hue angle of 84.16º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAF9AC is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 249 | 172 | - |
CMYK | 0.12 | 0 | 0.31 | 0.02 |
HSL | 84.16º | 0.87% | 0.83% | - |
HSV(B) | 84.16º | 0.31% | 0.98% | - |
XYZ | 70.24 | 85.64 | 51.86 | - |
YUV | 230.95 | 94.73 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 249 | 172 | 0.12 | 0 | 0.31 | 0.02 | 84.16 | 0.87 | 0.83 |
Hex | DA | F9 | AC | C | 0 | 1F | 2 | 54 | 57 | 53 |
Octal | 332 | 371 | 254 | 14 | 0 | 37 | 2 | 124 | 127 | 123 |
Binary | 11011010 | 11111001 | 10101100 | 1100 | 0 | 11111 | 10 | 1010100 | 1010111 | 1010011 |
Color Harmonies of #DAF9AC
Complementary color
Monochromatic Colors of #DAF9AC
Black with #DAF9AC
Text Example
Text Example
White with #DAF9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9AC; }
p { color: rgb(218,249,172); }
H1.HeaderClassName
{
color: #DAF9AC;
}
.AnyTagClassName
{
color: #DAF9AC;
}
</style>
background-color css
<style>
a { background-color: #DAF9AC; }
a { background-color: rgb(218,249,172); }
div.DivClassName
{
background-color: #DAF9AC;
}
.BgClassName
{
background-color: #DAF9AC;
}
</style>
border-color css
<style>
span { border-color: #DAF9AC; }
span { border-color: rgb(218,249,172); }
td.TdClassName
{
border-color: #DAF9AC;
}
.TagClassName
{
border-color: #DAF9AC;
}
</style>