Html Css Color HEX #AAF6E7 Water Leaf

📋 copy color: '#AAF6E7'

red 170 ◦ green 246 ◦ blue 231

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

Shades of Water Leaf #AAF6E7

Tints of Water Leaf #AAF6E7

RGB

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

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

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

R = 26.28%
G = 38.02%
B = 35.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#AAF6E7 (or 0xAAF6E7) is known color: Water Leaf. HEX triplet: AA, F6 and E7. RGB value is (170,246,231). Sum of RGB (Red+Green+Blue) = 170+246+231=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6E7 is #550918. Grayscale: #DDDDDD. Windows color (decimal): -5572889 or 15201962. OLE color: 15201962.

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

Color convert

RGB 170 246 231 -
CMYK 0.31 0 0.06 0.04
HSL 168.16º 0.81% 0.82% -
HSV(B) 168.16º 0.31% 0.96% -
XYZ 63.96 80.23 87.72 -
YUV 221.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 170 246 231 0.31 0 0.06 0.04 168.16 0.81 0.82
Hex AA F6 E7 1F 0 6 4 A8 51 52
Octal 252 366 347 37 0 6 4 250 121 122
Binary 10101010 11110110 11100111 11111 0 110 100 10101000 1010001 1010010

Color Harmonies of #AAF6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6E7

Black with #AAF6E7

Text Example


Text Example

White with #AAF6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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