Html Css Color HEX #AAF0DC Water Leaf

📋 copy color: '#AAF0DC'

red 170 ◦ green 240 ◦ blue 220

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

Shades of Water Leaf #AAF0DC

Tints of Water Leaf #AAF0DC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.1%

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 26.98%
G = 38.1%
B = 34.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#AAF0DC (or 0xAAF0DC) is known color: Water Leaf. HEX triplet: AA, F0 and DC. RGB value is (170,240,220). Sum of RGB (Red+Green+Blue) = 170+240+220=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0DC is #550F23. Grayscale: #D8D8D8. Windows color (decimal): -5574436 or 14479530. OLE color: 14479530.

HSL color Cylindrical-coordinate representation of color #AAF0DC: hue angle of 162.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0DC is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 220 -
CMYK 0.29 0 0.08 0.06
HSL 162.86º 0.7% 0.8% -
HSV(B) 162.86º 0.29% 0.94% -
XYZ 60.66 76.03 79.19 -
YUV 216.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 170 240 220 0.29 0 0.08 0.06 162.86 0.7 0.8
Hex AA F0 DC 1D 0 8 6 A3 46 50
Octal 252 360 334 35 0 10 6 243 106 120
Binary 10101010 11110000 11011100 11101 0 1000 110 10100011 1000110 1010000

Color Harmonies of #AAF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0DC

Black with #AAF0DC

Text Example


Text Example

White with #AAF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0DC; }

 p { color: rgb(170,240,220); }

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

background-color css

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

 a { background-color: rgb(170,240,220); }

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

border-color css

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

 span { border-color: rgb(170,240,220); }

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