#AAFEC0

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

Shades of Fringy Flower #AAFEC0

Tints of Fringy Flower #AAFEC0

Color information

#AAFEC0 (or 0xAAFEC0) is unknown color: approx Fringy Flower. HEX triplet: AA, FE and C0. RGB value is (170,254,192). Sum of RGB (Red+Green+Blue) = 170+254+192=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC0 is #55013F. Grayscale: #DDDDDD. Windows color (decimal): -5570880 or 12648106. OLE color: 12648106.

HSL color Cylindrical-coordinate representation of color #AAFEC0: hue angle of 135.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEC0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB170254192-
CMYK0.3300.240.00
HSL135.71º97.67%83.14%-
HSV(B)135.71º33.07%99.61%-
XYZ61.5383.2462.69-
YUV221.82111.1791.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=27.60%
G=41.23%
B=31.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541920.3300.240.00135.7197.6783.14
HexAAFEC0210180886253
Octal252376300410300210142123
Binary10101010111111101100000010000101100001000100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEC0; }

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

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

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

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

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

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

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

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