Html Css Color HEX #AAF2DF Water Leaf

📋 copy color: '#AAF2DF'

red 170 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #AAF2DF

Tints of Water Leaf #AAF2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.11%

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

R = 26.77%
G = 38.11%
B = 35.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#AAF2DF (or 0xAAF2DF) is known color: Water Leaf. HEX triplet: AA, F2 and DF. RGB value is (170,242,223). Sum of RGB (Red+Green+Blue) = 170+242+223=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2DF is #550D20. Grayscale: #DADADA. Windows color (decimal): -5573921 or 14676650. OLE color: 14676650.

HSL color Cylindrical-coordinate representation of color #AAF2DF: hue angle of 164.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2DF is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 223 -
CMYK 0.30 0 0.08 0.05
HSL 164.17º 0.73% 0.81% -
HSV(B) 164.17º 0.3% 0.95% -
XYZ 61.65 77.38 81.5 -
YUV 218.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 170 242 223 0.30 0 0.08 0.05 164.17 0.73 0.81
Hex AA F2 DF 1E 0 8 5 A4 49 51
Octal 252 362 337 36 0 10 5 244 111 121
Binary 10101010 11110010 11011111 11110 0 1000 101 10100100 1001001 1010001

Color Harmonies of #AAF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2DF

Black with #AAF2DF

Text Example


Text Example

White with #AAF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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