#AAF1DC

Color #AAF1DC Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #AAF1DC

Tints of Water Leaf #AAF1DC

Color information

#AAF1DC (or 0xAAF1DC) is unknown color: approx 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

RGB170241220-
CMYK0.2900.090.05
HSL162.25º71.72%80.59%-
HSV(B)162.25º29.46%94.51%-
XYZ60.9576.6279.29-
YUV217.38129.4894.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412200.2900.090.05162.2571.7280.59
HexAAF1DC1D095a24851
Octal252361334350115242110121
Binary10101010111100011101110011101010011011010001010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>