#DAF0AC

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

Shades of Reef #DAF0AC

Tints of Reef #DAF0AC

Color information

#DAF0AC (or 0xDAF0AC) is unknown color: approx Reef. HEX triplet: DA, F0 and AC. RGB value is (218,240,172). Sum of RGB (Red+Green+Blue) = 218+240+172=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF0AC is #250F53. Grayscale: #E1E1E1. Windows color (decimal): -2428756 or 11333850. OLE color: 11333850.

HSL color Cylindrical-coordinate representation of color #DAF0AC: hue angle of 79.41º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAF0AC is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB218240172-
CMYK0.0900.280.06
HSL79.41º69.39%80.78%-
HSV(B)79.41º28.33%94.12%-
XYZ67.5280.250.95-
YUV225.6797.71122.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 172 (67.58% from 255) = 27.30%
R=34.60%
G=38.10%
B=27.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401720.0900.280.0679.4169.3980.78
HexDAF0AC901C64f4551
Octal332360254110346117105121
Binary1101101011110000101011001001011100110100111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0AC; }

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

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

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

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

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

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

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

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