#AAE2BF

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

Shades of Fringy Flower #AAE2BF

Tints of Fringy Flower #AAE2BF

Color information

#AAE2BF (or 0xAAE2BF) is unknown color: approx Fringy Flower. HEX triplet: AA, E2 and BF. RGB value is (170,226,191). Sum of RGB (Red+Green+Blue) = 170+226+191=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2BF is #551D40. Grayscale: #CDCDCD. Windows color (decimal): -5578049 or 12575402. OLE color: 12575402.

HSL color Cylindrical-coordinate representation of color #AAE2BF: hue angle of 142.5º 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 #AAE2BF is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB170226191-
CMYK0.2500.150.11
HSL142.5º49.12%77.65%-
HSV(B)142.5º24.78%88.63%-
XYZ53.1866.759.36-
YUV205.27119.95102.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 191 (75% from 255) = 32.54%
R=28.96%
G=38.50%
B=32.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702261910.2500.150.11142.549.1277.65
HexAAE2BF190FB8e314e
Octal252342277310171321661116
Binary10101010111000101011111111001011111011100011101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2BF; }

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

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

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

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

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

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

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

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