#DAF6AC

Color #DAF6AC Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAF6AC

Tints of Reef #DAF6AC

Color information

#DAF6AC (or 0xDAF6AC) is unknown color: approx Reef. HEX triplet: DA, F6 and AC. RGB value is (218,246,172). Sum of RGB (Red+Green+Blue) = 218+246+172=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF6AC is #250953. Grayscale: #E5E5E5. Windows color (decimal): -2427220 or 11335386. OLE color: 11335386.

HSL color Cylindrical-coordinate representation of color #DAF6AC: hue angle of 82.7º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAF6AC is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB218246172-
CMYK0.1100.300.04
HSL82.7º80.43%81.96%-
HSV(B)82.7º30.08%96.47%-
XYZ69.3283.851.55-
YUV229.1995.72120.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 246 (96.48% from 255) = 38.68%
BLUE value IS 172 (67.58% from 255) = 27.04%
R=34.28%
G=38.68%
B=27.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182461720.1100.300.0482.780.4381.96
HexDAF6ACB01E4535052
Octal332366254130364123120122
Binary1101101011110110101011001011011110100101001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6AC; }

 p { color: rgb(218,246,172); }

 H1.HeaderClassName
 {
   color: #DAF6AC;
 }
 .AnyTagClassName
 {
   color: #DAF6AC;
 }
</style>
background-color css

<style>
 a { background-color: #DAF6AC; }

 a { background-color: rgb(218,246,172); }

 div.DivClassName
 {
   background-color: #DAF6AC;
 }
 .BgClassName
 {
   background-color: #DAF6AC;
 }
</style>
border-color css

<style>
 span { border-color: #DAF6AC; }

 span { border-color: rgb(218,246,172); }

 td.TdClassName
 {
   border-color: #DAF6AC;
 }
 .TagClassName
 {
   border-color: #DAF6AC;
 }
</style>