#AAECB8

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

Shades of Fringy Flower #AAECB8

Tints of Fringy Flower #AAECB8

Color information

#AAECB8 (or 0xAAECB8) is unknown color: approx Fringy Flower. HEX triplet: AA, EC and B8. RGB value is (170,236,184). Sum of RGB (Red+Green+Blue) = 170+236+184=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECB8 is #551347. Grayscale: #D2D2D2. Windows color (decimal): -5575496 or 12119210. OLE color: 12119210.

HSL color Cylindrical-coordinate representation of color #AAECB8: hue angle of 132.73º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECB8 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB170236184-
CMYK0.2800.220.07
HSL132.73º63.46%79.61%-
HSV(B)132.73º27.97%92.55%-
XYZ55.227256.33-
YUV210.34113.1399.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 184 (72.27% from 255) = 31.19%
R=28.81%
G=40%
B=31.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361840.2800.220.07132.7363.4679.61
HexAAECB81C0167853f50
Octal25235427034026720577120
Binary10101010111011001011100011100010110111100001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECB8; }

 p { color: rgb(170,236,184); }

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

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

 a { background-color: rgb(170,236,184); }

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

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

 span { border-color: rgb(170,236,184); }

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