#AEF4BA

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

Shades of Fringy Flower #AEF4BA

Tints of Fringy Flower #AEF4BA

Color information

#AEF4BA (or 0xAEF4BA) is unknown color: approx Fringy Flower. HEX triplet: AE, F4 and BA. RGB value is (174,244,186). Sum of RGB (Red+Green+Blue) = 174+244+186=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4BA is #510B45. Grayscale: #D8D8D8. Windows color (decimal): -5311302 or 12252334. OLE color: 12252334.

HSL color Cylindrical-coordinate representation of color #AEF4BA: hue angle of 130.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4BA is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB174244186-
CMYK0.2900.240.04
HSL130.29º76.09%81.96%-
HSV(B)130.29º28.69%95.69%-
XYZ58.6777.2558.27-
YUV216.46110.8197.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 244 (95.70% from 255) = 40.40%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=28.81%
G=40.40%
B=30.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742441860.2900.240.04130.2976.0981.96
HexAEF4BA1D0184824c52
Octal256364272350304202114122
Binary101011101111010010111010111010110001001000001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4BA; }

 p { color: rgb(174,244,186); }

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

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

 a { background-color: rgb(174,244,186); }

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

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

 span { border-color: rgb(174,244,186); }

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