#AEF2C0

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

Shades of Fringy Flower #AEF2C0

Tints of Fringy Flower #AEF2C0

Color information

#AEF2C0 (or 0xAEF2C0) is unknown color: approx Fringy Flower. HEX triplet: AE, F2 and C0. RGB value is (174,242,192). Sum of RGB (Red+Green+Blue) = 174+242+192=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2C0 is #510D3F. Grayscale: #D8D8D8. Windows color (decimal): -5311808 or 12645038. OLE color: 12645038.

HSL color Cylindrical-coordinate representation of color #AEF2C0: hue angle of 135.88º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2C0 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB174242192-
CMYK0.2800.210.05
HSL135.88º72.34%81.57%-
HSV(B)135.88º28.1%94.9%-
XYZ58.7276.3161.5-
YUV215.97114.4798.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=28.62%
G=39.80%
B=31.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742421920.2800.210.05135.8872.3481.57
HexAEF2C01C0155884852
Octal256362300340255210110122
Binary101011101111001011000000111000101011011000100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2C0; }

 p { color: rgb(174,242,192); }

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

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

 a { background-color: rgb(174,242,192); }

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

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

 span { border-color: rgb(174,242,192); }

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