#aefec2

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

Shades of Fringy Flower #AEFEC2

Tints of Fringy Flower #AEFEC2

Color information

#AEFEC2 (or 0xAEFEC2) is unknown color: approx Fringy Flower. HEX triplet: AE, FE and C2. RGB value is (174,254,194). Sum of RGB (Red+Green+Blue) = 174+254+194=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEC2 is #51013D. Grayscale: #DFDFDF. Windows color (decimal): -5308734 or 12779182. OLE color: 12779182.

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

Color convert

RGB174254194-
CMYK0.3100.240.00
HSL135º97.56%83.92%-
HSV(B)135º31.5%99.61%-
XYZ62.6383.7863.91-
YUV223.24111.592.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=27.97%
G=40.84%
B=31.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541940.3100.240.0013597.5683.92
HexAEFEC21F0180876254
Octal256376302370300207142124
Binary1010111011111110110000101111101100001000011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aefec2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aefec2; }

 p { color: rgb(174,254,194); }

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

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

 a { background-color: rgb(174,254,194); }

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

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

 span { border-color: rgb(174,254,194); }

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