#AAE7C0

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

Shades of Fringy Flower #AAE7C0

Tints of Fringy Flower #AAE7C0

Color information

#AAE7C0 (or 0xAAE7C0) is unknown color: approx Fringy Flower. HEX triplet: AA, E7 and C0. RGB value is (170,231,192). Sum of RGB (Red+Green+Blue) = 170+231+192=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7C0 is #55183F. Grayscale: #D0D0D0. Windows color (decimal): -5576768 or 12642218. OLE color: 12642218.

HSL color Cylindrical-coordinate representation of color #AAE7C0: hue angle of 141.64º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7C0 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB170231192-
CMYK0.2600.170.09
HSL141.64º55.96%78.63%-
HSV(B)141.64º26.41%90.59%-
XYZ54.6769.560.4-
YUV208.31118.79100.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 231 (90.62% from 255) = 38.95%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=28.67%
G=38.95%
B=32.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311920.2600.170.09141.6455.9678.63
HexAAE7C01A01198e384f
Octal252347300320211121670117
Binary101010101110011111000000110100100011001100011101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7C0; }

 p { color: rgb(170,231,192); }

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

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

 a { background-color: rgb(170,231,192); }

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

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

 span { border-color: rgb(170,231,192); }

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