Html Css Color HEX #AAFFE5 Water Leaf

📋 copy color: '#AAFFE5'

red 170 ◦ green 255 ◦ blue 229

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

Shades of Water Leaf #AAFFE5

Tints of Water Leaf #AAFFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 38.99%

 BLUE value IS 229 (89.84% from 255) = 35.02%

R = 25.99%
G = 38.99%
B = 35.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#AAFFE5 (or 0xAAFFE5) is known color: Water Leaf. HEX triplet: AA, FF and E5. RGB value is (170,255,229). Sum of RGB (Red+Green+Blue) = 170+255+229=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFE5 is #55001A. Grayscale: #E2E2E2. Windows color (decimal): -5570587 or 15073194. OLE color: 15073194.

HSL color Cylindrical-coordinate representation of color #AAFFE5: hue angle of 161.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFE5 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 229 -
CMYK 0.33 0 0.10 0
HSL 161.65º 1% 0.83% -
HSV(B) 161.65º 0.33% 1% -
XYZ 66.48 85.72 87.17 -
YUV 226.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 170 255 229 0.33 0 0.10 0 161.65 1 0.83
Hex AA FF E5 21 0 A 0 A2 64 53
Octal 252 377 345 41 0 12 0 242 144 123
Binary 10101010 11111111 11100101 100001 0 1010 0 10100010 1100100 1010011

Color Harmonies of #AAFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFE5

Black with #AAFFE5

Text Example


Text Example

White with #AAFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFE5; }

 p { color: rgb(170,255,229); }

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

background-color css

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

 a { background-color: rgb(170,255,229); }

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

border-color css

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

 span { border-color: rgb(170,255,229); }

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