Html Css Color HEX #AAEFE0 Water Leaf

📋 copy color: '#AAEFE0'

red 170 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #AAEFE0

Tints of Water Leaf #AAEFE0

RGB

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

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

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

R = 26.86%
G = 37.76%
B = 35.39%

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

#AAEFE0 (or 0xAAEFE0) is known color: Water Leaf. HEX triplet: AA, EF and E0. RGB value is (170,239,224). Sum of RGB (Red+Green+Blue) = 170+239+224=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFE0 is #55101F. Grayscale: #D8D8D8. Windows color (decimal): -5574688 or 14741418. OLE color: 14741418.

HSL color Cylindrical-coordinate representation of color #AAEFE0: hue angle of 166.96º 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 #AAEFE0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 224 -
CMYK 0.29 0 0.06 0.06
HSL 166.96º 0.68% 0.8% -
HSV(B) 166.96º 0.29% 0.94% -
XYZ 60.9 75.66 81.92 -
YUV 216.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 170 239 224 0.29 0 0.06 0.06 166.96 0.68 0.8
Hex AA EF E0 1D 0 6 6 A7 44 50
Octal 252 357 340 35 0 6 6 247 104 120
Binary 10101010 11101111 11100000 11101 0 110 110 10100111 1000100 1010000

Color Harmonies of #AAEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFE0

Black with #AAEFE0

Text Example


Text Example

White with #AAEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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