#AEFAC3

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

Shades of Fringy Flower #AEFAC3

Tints of Fringy Flower #AEFAC3

Color information

#AEFAC3 (or 0xAEFAC3) is unknown color: approx Fringy Flower. HEX triplet: AE, FA and C3. RGB value is (174,250,195). Sum of RGB (Red+Green+Blue) = 174+250+195=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAC3 is #51053C. Grayscale: #DDDDDD. Windows color (decimal): -5309757 or 12843694. OLE color: 12843694.

HSL color Cylindrical-coordinate representation of color #AEFAC3: hue angle of 136.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAC3 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB174250195-
CMYK0.3000.220.02
HSL136.58º88.37%83.14%-
HSV(B)136.58º30.4%98.04%-
XYZ61.4981.3164.08-
YUV221.01113.3294.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 195 (76.56% from 255) = 31.50%
R=28.11%
G=40.39%
B=31.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501950.3000.220.02136.5888.3783.14
HexAEFAC31E0162895853
Octal256372303360262211130123
Binary10101110111110101100001111110010110101000100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAC3; }

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

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

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

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

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

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

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

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