#DEF6AC

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

Shades of Reef #DEF6AC

Tints of Reef #DEF6AC

Color information

#DEF6AC (or 0xDEF6AC) is unknown color: approx Reef. HEX triplet: DE, F6 and AC. RGB value is (222,246,172). Sum of RGB (Red+Green+Blue) = 222+246+172=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF6AC is #210953. Grayscale: #E6E6E6. Windows color (decimal): -2165076 or 11335390. OLE color: 11335390.

HSL color Cylindrical-coordinate representation of color #DEF6AC: hue angle of 79.46º 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 #DEF6AC is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB222246172-
CMYK0.1000.300.04
HSL79.46º80.43%81.96%-
HSV(B)79.46º30.08%96.47%-
XYZ70.5384.4251.61-
YUV230.3995.05122.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 172 (67.58% from 255) = 26.88%
R=34.69%
G=38.44%
B=26.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222461720.1000.300.0479.4680.4381.96
HexDEF6ACA01E44f5052
Octal336366254120364117120122
Binary1101111011110110101011001010011110100100111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6AC; }

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

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

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

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

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

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

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

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