Html Css Color HEX #AAF6DE Water Leaf

📋 copy color: '#AAF6DE'

red 170 ◦ green 246 ◦ blue 222

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

Shades of Water Leaf #AAF6DE

Tints of Water Leaf #AAF6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 26.65%
G = 38.56%
B = 34.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#AAF6DE (or 0xAAF6DE) is known color: Water Leaf. HEX triplet: AA, F6 and DE. RGB value is (170,246,222). Sum of RGB (Red+Green+Blue) = 170+246+222=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6DE is #550921. Grayscale: #DCDCDC. Windows color (decimal): -5572898 or 14612138. OLE color: 14612138.

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

Color convert

RGB 170 246 222 -
CMYK 0.31 0 0.10 0.04
HSL 161.05º 0.81% 0.82% -
HSV(B) 161.05º 0.31% 0.96% -
XYZ 62.72 79.73 81.19 -
YUV 220.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 170 246 222 0.31 0 0.10 0.04 161.05 0.81 0.82
Hex AA F6 DE 1F 0 A 4 A1 51 52
Octal 252 366 336 37 0 12 4 241 121 122
Binary 10101010 11110110 11011110 11111 0 1010 100 10100001 1010001 1010010

Color Harmonies of #AAF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6DE

Black with #AAF6DE

Text Example


Text Example

White with #AAF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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