Html Css Color HEX #AAF2E4 Water Leaf

📋 copy color: '#AAF2E4'

red 170 ◦ green 242 ◦ blue 228

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

Shades of Water Leaf #AAF2E4

Tints of Water Leaf #AAF2E4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.81%

 BLUE value IS 228 (89.45% from 255) = 35.63%

R = 26.56%
G = 37.81%
B = 35.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#AAF2E4 (or 0xAAF2E4) is known color: Water Leaf. HEX triplet: AA, F2 and E4. RGB value is (170,242,228). Sum of RGB (Red+Green+Blue) = 170+242+228=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2E4 is #550D1B. Grayscale: #DADADA. Windows color (decimal): -5573916 or 15004330. OLE color: 15004330.

HSL color Cylindrical-coordinate representation of color #AAF2E4: hue angle of 168.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2E4 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 228 -
CMYK 0.30 0 0.06 0.05
HSL 168.33º 0.73% 0.81% -
HSV(B) 168.33º 0.3% 0.95% -
XYZ 62.33 77.65 85.1 -
YUV 218.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 170 242 228 0.30 0 0.06 0.05 168.33 0.73 0.81
Hex AA F2 E4 1E 0 6 5 A8 49 51
Octal 252 362 344 36 0 6 5 250 111 121
Binary 10101010 11110010 11100100 11110 0 110 101 10101000 1001001 1010001

Color Harmonies of #AAF2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2E4

Black with #AAF2E4

Text Example


Text Example

White with #AAF2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2E4; }

 p { color: rgb(170,242,228); }

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

background-color css

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

 a { background-color: rgb(170,242,228); }

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

border-color css

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

 span { border-color: rgb(170,242,228); }

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