Html Css Color HEX #AAFAE1 Water Leaf

📋 copy color: '#AAFAE1'

red 170 ◦ green 250 ◦ blue 225

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

Shades of Water Leaf #AAFAE1

Tints of Water Leaf #AAFAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 26.36%
G = 38.76%
B = 34.88%

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

#AAFAE1 (or 0xAAFAE1) is known color: Water Leaf. HEX triplet: AA, FA and E1. RGB value is (170,250,225). Sum of RGB (Red+Green+Blue) = 170+250+225=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAE1 is #55051E. Grayscale: #DFDFDF. Windows color (decimal): -5571871 or 14809770. OLE color: 14809770.

HSL color Cylindrical-coordinate representation of color #AAFAE1: hue angle of 161.25º 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 #AAFAE1 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 225 -
CMYK 0.32 0 0.10 0.02
HSL 161.25º 0.89% 0.82% -
HSV(B) 161.25º 0.32% 0.98% -
XYZ 64.35 82.35 83.74 -
YUV 223.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 170 250 225 0.32 0 0.10 0.02 161.25 0.89 0.82
Hex AA FA E1 20 0 A 2 A1 59 52
Octal 252 372 341 40 0 12 2 241 131 122
Binary 10101010 11111010 11100001 100000 0 1010 10 10100001 1011001 1010010

Color Harmonies of #AAFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAE1

Black with #AAFAE1

Text Example


Text Example

White with #AAFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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