Html Css Color HEX #AAEEE0 Water Leaf

📋 copy color: '#AAEEE0'

red 170 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #AAEEE0

Tints of Water Leaf #AAEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.66%

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

R = 26.9%
G = 37.66%
B = 35.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#AAEEE0 (or 0xAAEEE0) is known color: Water Leaf. HEX triplet: AA, EE and E0. RGB value is (170,238,224). Sum of RGB (Red+Green+Blue) = 170+238+224=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEE0 is #55111F. Grayscale: #D8D8D8. Windows color (decimal): -5574944 or 14741162. OLE color: 14741162.

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

Color convert

RGB 170 238 224 -
CMYK 0.29 0 0.06 0.07
HSL 167.65º 0.67% 0.8% -
HSV(B) 167.65º 0.29% 0.93% -
XYZ 60.61 75.08 81.82 -
YUV 216.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 170 238 224 0.29 0 0.06 0.07 167.65 0.67 0.8
Hex AA EE E0 1D 0 6 7 A8 43 50
Octal 252 356 340 35 0 6 7 250 103 120
Binary 10101010 11101110 11100000 11101 0 110 111 10101000 1000011 1010000

Color Harmonies of #AAEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEE0

Black with #AAEEE0

Text Example


Text Example

White with #AAEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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