Html Css Color HEX #AAFFE7 Water Leaf

📋 copy color: '#AAFFE7'

red 170 ◦ green 255 ◦ blue 231

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

Shades of Water Leaf #AAFFE7

Tints of Water Leaf #AAFFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 38.87%

 BLUE value IS 231 (90.63% from 255) = 35.21%

R = 25.91%
G = 38.87%
B = 35.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#AAFFE7 (or 0xAAFFE7) is known color: Water Leaf. HEX triplet: AA, FF and E7. RGB value is (170,255,231). Sum of RGB (Red+Green+Blue) = 170+255+231=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFE7 is #550018. Grayscale: #E2E2E2. Windows color (decimal): -5570585 or 15204266. OLE color: 15204266.

HSL color Cylindrical-coordinate representation of color #AAFFE7: hue angle of 163.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFE7 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 231 -
CMYK 0.33 0 0.09 0
HSL 163.06º 1% 0.83% -
HSV(B) 163.06º 0.33% 1% -
XYZ 66.76 85.84 88.65 -
YUV 226.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 170 255 231 0.33 0 0.09 0 163.06 1 0.83
Hex AA FF E7 21 0 9 0 A3 64 53
Octal 252 377 347 41 0 11 0 243 144 123
Binary 10101010 11111111 11100111 100001 0 1001 0 10100011 1100100 1010011

Color Harmonies of #AAFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFE7

Black with #AAFFE7

Text Example


Text Example

White with #AAFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFE7; }

 p { color: rgb(170,255,231); }

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

background-color css

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

 a { background-color: rgb(170,255,231); }

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

border-color css

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

 span { border-color: rgb(170,255,231); }

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