#AAECC0

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

Shades of Fringy Flower #AAECC0

Tints of Fringy Flower #AAECC0

Color information

#AAECC0 (or 0xAAECC0) is unknown color: approx Fringy Flower. HEX triplet: AA, EC and C0. RGB value is (170,236,192). Sum of RGB (Red+Green+Blue) = 170+236+192=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC0 is #55133F. Grayscale: #D3D3D3. Windows color (decimal): -5575488 or 12643498. OLE color: 12643498.

HSL color Cylindrical-coordinate representation of color #AAECC0: hue angle of 140º 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 #AAECC0 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB170236192-
CMYK0.2800.190.07
HSL140º63.46%79.61%-
HSV(B)140º27.97%92.55%-
XYZ56.0972.3460.88-
YUV211.25117.1398.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 236 (92.58% from 255) = 39.46%
BLUE value IS 192 (75.39% from 255) = 32.11%
R=28.43%
G=39.46%
B=32.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361920.2800.190.0714063.4679.61
HexAAECC01C01378c3f50
Octal25235430034023721477120
Binary10101010111011001100000011100010011111100011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECC0; }

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

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

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

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

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

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

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

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