#AAE2BA

Color #AAE2BA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AAE2BA

Tints of Fringy Flower #AAE2BA

Color information

#AAE2BA (or 0xAAE2BA) is unknown color: approx Fringy Flower. HEX triplet: AA, E2 and BA. RGB value is (170,226,186). Sum of RGB (Red+Green+Blue) = 170+226+186=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2BA is #551D45. Grayscale: #CCCCCC. Windows color (decimal): -5578054 or 12247722. OLE color: 12247722.

HSL color Cylindrical-coordinate representation of color #AAE2BA: hue angle of 137.14º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2BA is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB170226186-
CMYK0.2500.180.11
HSL137.14º49.12%77.65%-
HSV(B)137.14º24.78%88.63%-
XYZ52.6466.4856.51-
YUV204.7117.45103.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 226 (88.67% from 255) = 38.83%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=29.21%
G=38.83%
B=31.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702261860.2500.180.11137.1449.1277.65
HexAAE2BA19012B89314e
Octal252342272310221321161116
Binary101010101110001010111010110010100101011100010011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2BA; }

 p { color: rgb(170,226,186); }

 H1.HeaderClassName
 {
   color: #AAE2BA;
 }
 .AnyTagClassName
 {
   color: #AAE2BA;
 }
</style>
background-color css

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

 a { background-color: rgb(170,226,186); }

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

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

 span { border-color: rgb(170,226,186); }

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