Html Css Color HEX #AAFFE6 Water Leaf

📋 copy color: '#AAFFE6'

red 170 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #AAFFE6

Tints of Water Leaf #AAFFE6

RGB

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

 GREEN value IS 255 (100% from 255) = 38.93%

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

R = 25.95%
G = 38.93%
B = 35.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#AAFFE6 (or 0xAAFFE6) is known color: Water Leaf. HEX triplet: AA, FF and E6. RGB value is (170,255,230). Sum of RGB (Red+Green+Blue) = 170+255+230=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFE6 is #550019. Grayscale: #E2E2E2. Windows color (decimal): -5570586 or 15138730. OLE color: 15138730.

HSL color Cylindrical-coordinate representation of color #AAFFE6: hue angle of 162.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFE6 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 230 -
CMYK 0.33 0 0.10 0
HSL 162.35º 1% 0.83% -
HSV(B) 162.35º 0.33% 1% -
XYZ 66.62 85.78 87.91 -
YUV 226.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 170 255 230 0.33 0 0.10 0 162.35 1 0.83
Hex AA FF E6 21 0 A 0 A2 64 53
Octal 252 377 346 41 0 12 0 242 144 123
Binary 10101010 11111111 11100110 100001 0 1010 0 10100010 1100100 1010011

Color Harmonies of #AAFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFE6

Black with #AAFFE6

Text Example


Text Example

White with #AAFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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