Html Css Color HEX #AAF6E5 Water Leaf

📋 copy color: '#AAF6E5'

red 170 ◦ green 246 ◦ blue 229

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

Shades of Water Leaf #AAF6E5

Tints of Water Leaf #AAF6E5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.14%

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 26.36%
G = 38.14%
B = 35.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#AAF6E5 (or 0xAAF6E5) is known color: Water Leaf. HEX triplet: AA, F6 and E5. RGB value is (170,246,229). Sum of RGB (Red+Green+Blue) = 170+246+229=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6E5 is #55091A. Grayscale: #DDDDDD. Windows color (decimal): -5572891 or 15070890. OLE color: 15070890.

HSL color Cylindrical-coordinate representation of color #AAF6E5: hue angle of 166.58º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6E5 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 229 -
CMYK 0.31 0 0.07 0.04
HSL 166.58º 0.81% 0.82% -
HSV(B) 166.58º 0.31% 0.96% -
XYZ 63.68 80.11 86.24 -
YUV 221.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 170 246 229 0.31 0 0.07 0.04 166.58 0.81 0.82
Hex AA F6 E5 1F 0 7 4 A7 51 52
Octal 252 366 345 37 0 7 4 247 121 122
Binary 10101010 11110110 11100101 11111 0 111 100 10100111 1010001 1010010

Color Harmonies of #AAF6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6E5

Black with #AAF6E5

Text Example


Text Example

White with #AAF6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6E5; }

 p { color: rgb(170,246,229); }

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

background-color css

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

 a { background-color: rgb(170,246,229); }

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

border-color css

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

 span { border-color: rgb(170,246,229); }

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