Html Css Color HEX #AAF6E3 Water Leaf

📋 copy color: '#AAF6E3'

red 170 ◦ green 246 ◦ blue 227

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

Shades of Water Leaf #AAF6E3

Tints of Water Leaf #AAF6E3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.26%

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

R = 26.44%
G = 38.26%
B = 35.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#AAF6E3 (or 0xAAF6E3) is known color: Water Leaf. HEX triplet: AA, F6 and E3. RGB value is (170,246,227). Sum of RGB (Red+Green+Blue) = 170+246+227=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6E3 is #55091C. Grayscale: #DDDDDD. Windows color (decimal): -5572893 or 14939818. OLE color: 14939818.

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

Color convert

RGB 170 246 227 -
CMYK 0.31 0 0.08 0.04
HSL 165º 0.81% 0.82% -
HSV(B) 165º 0.31% 0.96% -
XYZ 63.4 80 84.77 -
YUV 221.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 170 246 227 0.31 0 0.08 0.04 165 0.81 0.82
Hex AA F6 E3 1F 0 8 4 A5 51 52
Octal 252 366 343 37 0 10 4 245 121 122
Binary 10101010 11110110 11100011 11111 0 1000 100 10100101 1010001 1010010

Color Harmonies of #AAF6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6E3

Black with #AAF6E3

Text Example


Text Example

White with #AAF6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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