Html Css Color HEX #AAEBE0 Water Leaf

📋 copy color: '#AAEBE0'

red 170 ◦ green 235 ◦ blue 224

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

Shades of Water Leaf #AAEBE0

Tints of Water Leaf #AAEBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.36%

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

R = 27.03%
G = 37.36%
B = 35.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#AAEBE0 (or 0xAAEBE0) is known color: Water Leaf. HEX triplet: AA, EB and E0. RGB value is (170,235,224). Sum of RGB (Red+Green+Blue) = 170+235+224=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBE0 is #55141F. Grayscale: #D6D6D6. Windows color (decimal): -5575712 or 14740394. OLE color: 14740394.

HSL color Cylindrical-coordinate representation of color #AAEBE0: hue angle of 169.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBE0 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 224 -
CMYK 0.28 0 0.05 0.08
HSL 169.85º 0.62% 0.79% -
HSV(B) 169.85º 0.28% 0.92% -
XYZ 59.74 73.34 81.53 -
YUV 214.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 170 235 224 0.28 0 0.05 0.08 169.85 0.62 0.79
Hex AA EB E0 1C 0 5 8 AA 3E 4F
Octal 252 353 340 34 0 5 10 252 76 117
Binary 10101010 11101011 11100000 11100 0 101 1000 10101010 111110 1001111

Color Harmonies of #AAEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBE0

Black with #AAEBE0

Text Example


Text Example

White with #AAEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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