Html Css Color HEX #AAF1DE Water Leaf

📋 copy color: '#AAF1DE'

red 170 ◦ green 241 ◦ blue 222

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

Shades of Water Leaf #AAF1DE

Tints of Water Leaf #AAF1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 26.86%
G = 38.07%
B = 35.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#AAF1DE (or 0xAAF1DE) is known color: Water Leaf. HEX triplet: AA, F1 and DE. RGB value is (170,241,222). Sum of RGB (Red+Green+Blue) = 170+241+222=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1DE is #550E21. Grayscale: #D9D9D9. Windows color (decimal): -5574178 or 14610858. OLE color: 14610858.

HSL color Cylindrical-coordinate representation of color #AAF1DE: hue angle of 163.94º 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 #AAF1DE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 222 -
CMYK 0.29 0 0.08 0.05
HSL 163.94º 0.72% 0.81% -
HSV(B) 163.94º 0.29% 0.95% -
XYZ 61.22 76.73 80.69 -
YUV 217.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 170 241 222 0.29 0 0.08 0.05 163.94 0.72 0.81
Hex AA F1 DE 1D 0 8 5 A4 48 51
Octal 252 361 336 35 0 10 5 244 110 121
Binary 10101010 11110001 11011110 11101 0 1000 101 10100100 1001000 1010001

Color Harmonies of #AAF1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1DE

Black with #AAF1DE

Text Example


Text Example

White with #AAF1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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