Html Css Color HEX #AAF4DF Water Leaf

📋 copy color: '#AAF4DF'

red 170 ◦ green 244 ◦ blue 223

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

Shades of Water Leaf #AAF4DF

Tints of Water Leaf #AAF4DF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.3%

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

R = 26.69%
G = 38.3%
B = 35.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#AAF4DF (or 0xAAF4DF) is known color: Water Leaf. HEX triplet: AA, F4 and DF. RGB value is (170,244,223). Sum of RGB (Red+Green+Blue) = 170+244+223=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4DF is #550B20. Grayscale: #DBDBDB. Windows color (decimal): -5573409 or 14677162. OLE color: 14677162.

HSL color Cylindrical-coordinate representation of color #AAF4DF: hue angle of 162.97º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4DF is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 223 -
CMYK 0.30 0 0.09 0.04
HSL 162.97º 0.77% 0.81% -
HSV(B) 162.97º 0.3% 0.96% -
XYZ 62.25 78.58 81.7 -
YUV 219.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 170 244 223 0.30 0 0.09 0.04 162.97 0.77 0.81
Hex AA F4 DF 1E 0 9 4 A3 4D 51
Octal 252 364 337 36 0 11 4 243 115 121
Binary 10101010 11110100 11011111 11110 0 1001 100 10100011 1001101 1010001

Color Harmonies of #AAF4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF4DF

Black with #AAF4DF

Text Example


Text Example

White with #AAF4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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