Html Css Color HEX #AAFAE0 Water Leaf

📋 copy color: '#AAFAE0'

red 170 ◦ green 250 ◦ blue 224

#AAFAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #AAFAE0

Tints of Water Leaf #AAFAE0

RGB

 RED value IS 170 (66.8% from 255) = 26.4%

 GREEN value IS 250 (98.05% from 255) = 38.82%

 BLUE value IS 224 (87.89% from 255) = 34.78%

R = 26.4%
G = 38.82%
B = 34.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AAFAE0 (or 0xAAFAE0) is known color: Water Leaf. HEX triplet: AA, FA and E0. RGB value is (170,250,224). Sum of RGB (Red+Green+Blue) = 170+250+224=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAE0 is #55051F. Grayscale: #DFDFDF. Windows color (decimal): -5571872 or 14744234. OLE color: 14744234.

HSL color Cylindrical-coordinate representation of color #AAFAE0: hue angle of 160.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAE0 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 224 -
CMYK 0.32 0 0.10 0.02
HSL 160.5º 0.89% 0.82% -
HSV(B) 160.5º 0.32% 0.98% -
XYZ 64.22 82.3 83.02 -
YUV 223.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 170 250 224 0.32 0 0.10 0.02 160.5 0.89 0.82
Hex AA FA E0 20 0 A 2 A0 59 52
Octal 252 372 340 40 0 12 2 240 131 122
Binary 10101010 11111010 11100000 100000 0 1010 10 10100000 1011001 1010010

Color Harmonies of #AAFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAE0

Black with #AAFAE0

Text Example


Text Example

White with #AAFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAE0; }

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

 H1.HeaderClassName
 {
   color: #AAFAE0;
 }
 .AnyTagClassName
 {
   color: #AAFAE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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