#AEF5BE

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

Shades of Fringy Flower #AEF5BE

Tints of Fringy Flower #AEF5BE

Color information

#AEF5BE (or 0xAEF5BE) is unknown color: approx Fringy Flower. HEX triplet: AE, F5 and BE. RGB value is (174,245,190). Sum of RGB (Red+Green+Blue) = 174+245+190=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5BE is #510A41. Grayscale: #D9D9D9. Windows color (decimal): -5311042 or 12514734. OLE color: 12514734.

HSL color Cylindrical-coordinate representation of color #AEF5BE: hue angle of 133.52º degrees, saturation: 0.78, 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 #AEF5BE is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB174245190-
CMYK0.2900.220.04
HSL133.52º78.02%82.16%-
HSV(B)133.52º28.98%96.08%-
XYZ59.478.0260.64-
YUV217.5112.4896.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 245 (96.09% from 255) = 40.23%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=28.57%
G=40.23%
B=31.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742451900.2900.220.04133.5278.0282.16
HexAEF5BE1D0164864e52
Octal256365276350264206116122
Binary101011101111010110111110111010101101001000011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5BE; }

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

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

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

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

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

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

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

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