#A8F4DE

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

Shades of Water Leaf #A8F4DE

Tints of Water Leaf #A8F4DE

Color information

#A8F4DE (or 0xA8F4DE) is unknown color: approx Water Leaf. HEX triplet: A8, F4 and DE. RGB value is (168,244,222). Sum of RGB (Red+Green+Blue) = 168+244+222=634 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.50% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4DE is #570B21. Grayscale: #DADADA. Windows color (decimal): -5704482 or 14611624. OLE color: 14611624.

HSL color Cylindrical-coordinate representation of color #A8F4DE: hue angle of 162.63º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4DE is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB168244222-
CMYK0.3100.090.04
HSL162.63º77.55%80.78%-
HSV(B)162.63º31.15%95.69%-
XYZ61.6878.380.97-
YUV218.77129.8291.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.50%
GREEN value IS 244 (95.70% from 255) = 38.49%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=26.50%
G=38.49%
B=35.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682442220.3100.090.04162.6377.5580.78
HexA8F4DE1F094a34e51
Octal250364336370114243116121
Binary10101000111101001101111011111010011001010001110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F4DE; }

 p { color: rgb(168,244,222); }

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

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

 a { background-color: rgb(168,244,222); }

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

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

 span { border-color: rgb(168,244,222); }

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