#AAF3E4

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

Shades of Water Leaf #AAF3E4

Tints of Water Leaf #AAF3E4

Color information

#AAF3E4 (or 0xAAF3E4) is unknown color: approx Water Leaf. HEX triplet: AA, F3 and E4. RGB value is (170,243,228). Sum of RGB (Red+Green+Blue) = 170+243+228=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3E4 is #550C1B. Grayscale: #DBDBDB. Windows color (decimal): -5573660 or 15004586. OLE color: 15004586.

HSL color Cylindrical-coordinate representation of color #AAF3E4: hue angle of 167.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3E4 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB170243228-
CMYK0.3000.060.05
HSL167.67º75.26%80.98%-
HSV(B)167.67º30.04%95.29%-
XYZ62.6378.2585.2-
YUV219.46132.8292.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.52%
GREEN value IS 243 (95.31% from 255) = 37.91%
BLUE value IS 228 (89.45% from 255) = 35.57%
R=26.52%
G=37.91%
B=35.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702432280.3000.060.05167.6775.2680.98
HexAAF3E41E065a84b51
Octal25236334436065250113121
Binary1010101011110011111001001111001101011010100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3E4; }

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

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

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

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

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

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

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

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