Html Css Color HEX #AAF1E1 Water Leaf

📋 copy color: '#AAF1E1'

red 170 ◦ green 241 ◦ blue 225

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

Shades of Water Leaf #AAF1E1

Tints of Water Leaf #AAF1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.38%

R = 26.73%
G = 37.89%
B = 35.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#AAF1E1 (or 0xAAF1E1) is known color: Water Leaf. HEX triplet: AA, F1 and E1. RGB value is (170,241,225). Sum of RGB (Red+Green+Blue) = 170+241+225=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1E1 is #550E1E. Grayscale: #D9D9D9. Windows color (decimal): -5574175 or 14807466. OLE color: 14807466.

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

Color convert

RGB 170 241 225 -
CMYK 0.29 0 0.07 0.05
HSL 166.48º 0.72% 0.81% -
HSV(B) 166.48º 0.29% 0.95% -
XYZ 61.62 76.89 82.83 -
YUV 217.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 170 241 225 0.29 0 0.07 0.05 166.48 0.72 0.81
Hex AA F1 E1 1D 0 7 5 A6 48 51
Octal 252 361 341 35 0 7 5 246 110 121
Binary 10101010 11110001 11100001 11101 0 111 101 10100110 1001000 1010001

Color Harmonies of #AAF1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1E1

Black with #AAF1E1

Text Example


Text Example

White with #AAF1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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