Html Css Color HEX #AAEFE1 Water Leaf

📋 copy color: '#AAEFE1'

red 170 ◦ green 239 ◦ blue 225

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

Shades of Water Leaf #AAEFE1

Tints of Water Leaf #AAEFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.7%

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

R = 26.81%
G = 37.7%
B = 35.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#AAEFE1 (or 0xAAEFE1) is known color: Water Leaf. HEX triplet: AA, EF and E1. RGB value is (170,239,225). Sum of RGB (Red+Green+Blue) = 170+239+225=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFE1 is #55101E. Grayscale: #D8D8D8. Windows color (decimal): -5574687 or 14806954. OLE color: 14806954.

HSL color Cylindrical-coordinate representation of color #AAEFE1: hue angle of 167.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFE1 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 225 -
CMYK 0.29 0 0.06 0.06
HSL 167.83º 0.68% 0.8% -
HSV(B) 167.83º 0.29% 0.94% -
XYZ 61.03 75.72 82.63 -
YUV 216.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 170 239 225 0.29 0 0.06 0.06 167.83 0.68 0.8
Hex AA EF E1 1D 0 6 6 A8 44 50
Octal 252 357 341 35 0 6 6 250 104 120
Binary 10101010 11101111 11100001 11101 0 110 110 10101000 1000100 1010000

Color Harmonies of #AAEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFE1

Black with #AAEFE1

Text Example


Text Example

White with #AAEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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