Html Css Color HEX #AAECE3 Water Leaf

📋 copy color: '#AAECE3'

red 170 ◦ green 236 ◦ blue 227

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

Shades of Water Leaf #AAECE3

Tints of Water Leaf #AAECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.86%

R = 26.86%
G = 37.28%
B = 35.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#AAECE3 (or 0xAAECE3) is known color: Water Leaf. HEX triplet: AA, EC and E3. RGB value is (170,236,227). Sum of RGB (Red+Green+Blue) = 170+236+227=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECE3 is #55131C. Grayscale: #D7D7D7. Windows color (decimal): -5575453 or 14937258. OLE color: 14937258.

HSL color Cylindrical-coordinate representation of color #AAECE3: hue angle of 171.82º 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 #AAECE3 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 227 -
CMYK 0.28 0 0.04 0.07
HSL 171.82º 0.63% 0.8% -
HSV(B) 171.82º 0.28% 0.93% -
XYZ 60.44 74.08 83.79 -
YUV 215.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 170 236 227 0.28 0 0.04 0.07 171.82 0.63 0.8
Hex AA EC E3 1C 0 4 7 AC 3F 50
Octal 252 354 343 34 0 4 7 254 77 120
Binary 10101010 11101100 11100011 11100 0 100 111 10101100 111111 1010000

Color Harmonies of #AAECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECE3

Black with #AAECE3

Text Example


Text Example

White with #AAECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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