Html Css Color HEX #AAF7E2 Water Leaf

📋 copy color: '#AAF7E2'

red 170 ◦ green 247 ◦ blue 226

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

Shades of Water Leaf #AAF7E2

Tints of Water Leaf #AAF7E2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.41%

 BLUE value IS 226 (88.67% from 255) = 35.15%

R = 26.44%
G = 38.41%
B = 35.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#AAF7E2 (or 0xAAF7E2) is known color: Water Leaf. HEX triplet: AA, F7 and E2. RGB value is (170,247,226). Sum of RGB (Red+Green+Blue) = 170+247+226=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7E2 is #55081D. Grayscale: #DDDDDD. Windows color (decimal): -5572638 or 14874538. OLE color: 14874538.

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

Color convert

RGB 170 247 226 -
CMYK 0.31 0 0.09 0.03
HSL 163.64º 0.83% 0.82% -
HSV(B) 163.64º 0.31% 0.97% -
XYZ 63.57 80.56 84.15 -
YUV 221.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 170 247 226 0.31 0 0.09 0.03 163.64 0.83 0.82
Hex AA F7 E2 1F 0 9 3 A4 53 52
Octal 252 367 342 37 0 11 3 244 123 122
Binary 10101010 11110111 11100010 11111 0 1001 11 10100100 1010011 1010010

Color Harmonies of #AAF7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7E2

Black with #AAF7E2

Text Example


Text Example

White with #AAF7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7E2; }

 p { color: rgb(170,247,226); }

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

background-color css

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

 a { background-color: rgb(170,247,226); }

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

border-color css

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

 span { border-color: rgb(170,247,226); }

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