Html Css Color HEX #AAF7DF Water Leaf

📋 copy color: '#AAF7DF'

red 170 ◦ green 247 ◦ blue 223

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

Shades of Water Leaf #AAF7DF

Tints of Water Leaf #AAF7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 26.56%
G = 38.59%
B = 34.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#AAF7DF (or 0xAAF7DF) is known color: Water Leaf. HEX triplet: AA, F7 and DF. RGB value is (170,247,223). Sum of RGB (Red+Green+Blue) = 170+247+223=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7DF is #550820. Grayscale: #DDDDDD. Windows color (decimal): -5572641 or 14677930. OLE color: 14677930.

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

Color convert

RGB 170 247 223 -
CMYK 0.31 0 0.10 0.03
HSL 161.3º 0.83% 0.82% -
HSV(B) 161.3º 0.31% 0.97% -
XYZ 63.16 80.4 82 -
YUV 221.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 170 247 223 0.31 0 0.10 0.03 161.3 0.83 0.82
Hex AA F7 DF 1F 0 A 3 A1 53 52
Octal 252 367 337 37 0 12 3 241 123 122
Binary 10101010 11110111 11011111 11111 0 1010 11 10100001 1010011 1010010

Color Harmonies of #AAF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7DF

Black with #AAF7DF

Text Example


Text Example

White with #AAF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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