#AEFABE

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

Shades of Fringy Flower #AEFABE

Tints of Fringy Flower #AEFABE

Color information

#AEFABE (or 0xAEFABE) is unknown color: approx Fringy Flower. HEX triplet: AE, FA and BE. RGB value is (174,250,190). Sum of RGB (Red+Green+Blue) = 174+250+190=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFABE is #510541. Grayscale: #DCDCDC. Windows color (decimal): -5309762 or 12516014. OLE color: 12516014.

HSL color Cylindrical-coordinate representation of color #AEFABE: hue angle of 132.63º 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 #AEFABE is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB174250190-
CMYK0.3000.240.02
HSL132.63º88.37%83.14%-
HSV(B)132.63º30.4%98.04%-
XYZ60.9481.0961.16-
YUV220.44110.8294.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=28.34%
G=40.72%
B=30.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501900.3000.240.02132.6388.3783.14
HexAEFABE1E0182855853
Octal256372276360302205130123
Binary10101110111110101011111011110011000101000010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFABE; }

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

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

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

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

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

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

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

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