#AEFEC3

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

Shades of Fringy Flower #AEFEC3

Tints of Fringy Flower #AEFEC3

Color information

#AEFEC3 (or 0xAEFEC3) is unknown color: approx Fringy Flower. HEX triplet: AE, FE and C3. RGB value is (174,254,195). Sum of RGB (Red+Green+Blue) = 174+254+195=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEC3 is #51013C. Grayscale: #DFDFDF. Windows color (decimal): -5308733 or 12844718. OLE color: 12844718.

HSL color Cylindrical-coordinate representation of color #AEFEC3: hue angle of 135.75º 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 #AEFEC3 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB174254195-
CMYK0.3100.230.00
HSL135.75º97.56%83.92%-
HSV(B)135.75º31.5%99.61%-
XYZ62.7583.8264.5-
YUV223.3511292.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=27.93%
G=40.77%
B=31.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541950.3100.230.00135.7597.5683.92
HexAEFEC31F0170886254
Octal256376303370270210142124
Binary1010111011111110110000111111101011101000100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFEC3; }

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

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

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

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

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

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

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

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