Html Css Color HEX #AAF3E6 Water Leaf

📋 copy color: '#AAF3E6'

red 170 ◦ green 243 ◦ blue 230

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

Shades of Water Leaf #AAF3E6

Tints of Water Leaf #AAF3E6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.79%

 BLUE value IS 230 (90.23% from 255) = 35.77%

R = 26.44%
G = 37.79%
B = 35.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#AAF3E6 (or 0xAAF3E6) is known color: Water Leaf. HEX triplet: AA, F3 and E6. RGB value is (170,243,230). Sum of RGB (Red+Green+Blue) = 170+243+230=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3E6 is #550C19. Grayscale: #DBDBDB. Windows color (decimal): -5573658 or 15135658. OLE color: 15135658.

HSL color Cylindrical-coordinate representation of color #AAF3E6: hue angle of 169.32º degrees, saturation: 0.75, 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 #AAF3E6 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 230 -
CMYK 0.30 0 0.05 0.05
HSL 169.32º 0.75% 0.81% -
HSV(B) 169.32º 0.3% 0.95% -
XYZ 62.91 78.36 86.67 -
YUV 219.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 170 243 230 0.30 0 0.05 0.05 169.32 0.75 0.81
Hex AA F3 E6 1E 0 5 5 A9 4B 51
Octal 252 363 346 36 0 5 5 251 113 121
Binary 10101010 11110011 11100110 11110 0 101 101 10101001 1001011 1010001

Color Harmonies of #AAF3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3E6

Black with #AAF3E6

Text Example


Text Example

White with #AAF3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3E6; }

 p { color: rgb(170,243,230); }

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

background-color css

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

 a { background-color: rgb(170,243,230); }

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

border-color css

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

 span { border-color: rgb(170,243,230); }

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