#AAF1E0

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

Shades of Water Leaf #AAF1E0

Tints of Water Leaf #AAF1E0

Color information

#AAF1E0 (or 0xAAF1E0) is unknown color: approx Water Leaf. HEX triplet: AA, F1 and E0. RGB value is (170,241,224). Sum of RGB (Red+Green+Blue) = 170+241+224=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1E0 is #550E1F. Grayscale: #D9D9D9. Windows color (decimal): -5574176 or 14741930. OLE color: 14741930.

HSL color Cylindrical-coordinate representation of color #AAF1E0: hue angle of 165.63º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1E0 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB170241224-
CMYK0.2900.070.05
HSL165.63º71.72%80.59%-
HSV(B)165.63º29.46%94.51%-
XYZ61.4976.8482.11-
YUV217.83131.4893.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.77%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=26.77%
G=37.95%
B=35.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412240.2900.070.05165.6371.7280.59
HexAAF1E01D075a64851
Octal25236134035075246110121
Binary1010101011110001111000001110101111011010011010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1E0; }

 p { color: rgb(170,241,224); }

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

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

 a { background-color: rgb(170,241,224); }

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

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

 span { border-color: rgb(170,241,224); }

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