Html Css Color HEX #AAF5E3 Water Leaf

📋 copy color: '#AAF5E3'

red 170 ◦ green 245 ◦ blue 227

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

Shades of Water Leaf #AAF5E3

Tints of Water Leaf #AAF5E3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.16%

 BLUE value IS 227 (89.06% from 255) = 35.36%

R = 26.48%
G = 38.16%
B = 35.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#AAF5E3 (or 0xAAF5E3) is known color: Water Leaf. HEX triplet: AA, F5 and E3. RGB value is (170,245,227). Sum of RGB (Red+Green+Blue) = 170+245+227=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF5E3 is #550A1C. Grayscale: #DCDCDC. Windows color (decimal): -5573149 or 14939562. OLE color: 14939562.

HSL color Cylindrical-coordinate representation of color #AAF5E3: hue angle of 165.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF5E3 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 227 -
CMYK 0.31 0 0.07 0.04
HSL 165.6º 0.79% 0.81% -
HSV(B) 165.6º 0.31% 0.96% -
XYZ 63.1 79.4 84.67 -
YUV 220.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 170 245 227 0.31 0 0.07 0.04 165.6 0.79 0.81
Hex AA F5 E3 1F 0 7 4 A6 4F 51
Octal 252 365 343 37 0 7 4 246 117 121
Binary 10101010 11110101 11100011 11111 0 111 100 10100110 1001111 1010001

Color Harmonies of #AAF5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF5E3

Black with #AAF5E3

Text Example


Text Example

White with #AAF5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF5E3; }

 p { color: rgb(170,245,227); }

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

background-color css

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

 a { background-color: rgb(170,245,227); }

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

border-color css

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

 span { border-color: rgb(170,245,227); }

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