#AAF4E4

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

Shades of Water Leaf #AAF4E4

Tints of Water Leaf #AAF4E4

Color information

#AAF4E4 (or 0xAAF4E4) is unknown color: approx Water Leaf. HEX triplet: AA, F4 and E4. RGB value is (170,244,228). Sum of RGB (Red+Green+Blue) = 170+244+228=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4E4 is #550B1B. Grayscale: #DCDCDC. Windows color (decimal): -5573404 or 15004842. OLE color: 15004842.

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

Color convert

RGB170244228-
CMYK0.3000.070.04
HSL167.03º77.08%81.18%-
HSV(B)167.03º30.33%95.69%-
XYZ62.9378.8585.3-
YUV220.05132.4892.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.48%
GREEN value IS 244 (95.70% from 255) = 38.01%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=26.48%
G=38.01%
B=35.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702442280.3000.070.04167.0377.0881.18
HexAAF4E41E074a74d51
Octal25236434436074247115121
Binary1010101011110100111001001111001111001010011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF4E4; }

 p { color: rgb(170,244,228); }

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

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

 a { background-color: rgb(170,244,228); }

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

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

 span { border-color: rgb(170,244,228); }

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