Html Css Color HEX #AAF1DC Water Leaf

📋 copy color: '#AAF1DC'

red 170 ◦ green 241 ◦ blue 220

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

Shades of Water Leaf #AAF1DC

Tints of Water Leaf #AAF1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.19%

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

R = 26.94%
G = 38.19%
B = 34.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#AAF1DC (or 0xAAF1DC) is known color: Water Leaf. HEX triplet: AA, F1 and DC. RGB value is (170,241,220). Sum of RGB (Red+Green+Blue) = 170+241+220=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1DC is #550E23. Grayscale: #D9D9D9. Windows color (decimal): -5574180 or 14479786. OLE color: 14479786.

HSL color Cylindrical-coordinate representation of color #AAF1DC: hue angle of 162.25º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1DC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 220 -
CMYK 0.29 0 0.09 0.05
HSL 162.25º 0.72% 0.81% -
HSV(B) 162.25º 0.29% 0.95% -
XYZ 60.95 76.62 79.29 -
YUV 217.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 170 241 220 0.29 0 0.09 0.05 162.25 0.72 0.81
Hex AA F1 DC 1D 0 9 5 A2 48 51
Octal 252 361 334 35 0 11 5 242 110 121
Binary 10101010 11110001 11011100 11101 0 1001 101 10100010 1001000 1010001

Color Harmonies of #AAF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1DC

Black with #AAF1DC

Text Example


Text Example

White with #AAF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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