#AEF3C0

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

Shades of Fringy Flower #AEF3C0

Tints of Fringy Flower #AEF3C0

Color information

#AEF3C0 (or 0xAEF3C0) is unknown color: approx Fringy Flower. HEX triplet: AE, F3 and C0. RGB value is (174,243,192). Sum of RGB (Red+Green+Blue) = 174+243+192=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3C0 is #510C3F. Grayscale: #D8D8D8. Windows color (decimal): -5311552 or 12645294. OLE color: 12645294.

HSL color Cylindrical-coordinate representation of color #AEF3C0: hue angle of 135.65º degrees, saturation: 0.74, 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 #AEF3C0 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB174243192-
CMYK0.2800.210.05
HSL135.65º74.19%81.76%-
HSV(B)135.65º28.4%95.29%-
XYZ59.0276.9161.6-
YUV216.55114.1497.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 243 (95.31% from 255) = 39.90%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=28.57%
G=39.90%
B=31.53%

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
Decimal1742431920.2800.210.05135.6574.1981.76
HexAEF3C01C0155884a52
Octal256363300340255210112122
Binary101011101111001111000000111000101011011000100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF3C0; }

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

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

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

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

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

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

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

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