Html Css Color HEX #AAECE0 Water Leaf

📋 copy color: '#AAECE0'

red 170 ◦ green 236 ◦ blue 224

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

Shades of Water Leaf #AAECE0

Tints of Water Leaf #AAECE0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.46%

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

R = 26.98%
G = 37.46%
B = 35.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#AAECE0 (or 0xAAECE0) is known color: Water Leaf. HEX triplet: AA, EC and E0. RGB value is (170,236,224). Sum of RGB (Red+Green+Blue) = 170+236+224=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECE0 is #55131F. Grayscale: #D6D6D6. Windows color (decimal): -5575456 or 14740650. OLE color: 14740650.

HSL color Cylindrical-coordinate representation of color #AAECE0: hue angle of 169.09º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECE0 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 224 -
CMYK 0.28 0 0.05 0.07
HSL 169.09º 0.63% 0.8% -
HSV(B) 169.09º 0.28% 0.93% -
XYZ 60.03 73.92 81.62 -
YUV 214.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 170 236 224 0.28 0 0.05 0.07 169.09 0.63 0.8
Hex AA EC E0 1C 0 5 7 A9 3F 50
Octal 252 354 340 34 0 5 7 251 77 120
Binary 10101010 11101100 11100000 11100 0 101 111 10101001 111111 1010000

Color Harmonies of #AAECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECE0

Black with #AAECE0

Text Example


Text Example

White with #AAECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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