#AEF9BE

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

Shades of Fringy Flower #AEF9BE

Tints of Fringy Flower #AEF9BE

Color information

#AEF9BE (or 0xAEF9BE) is unknown color: approx Fringy Flower. HEX triplet: AE, F9 and BE. RGB value is (174,249,190). Sum of RGB (Red+Green+Blue) = 174+249+190=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9BE is #510641. Grayscale: #DCDCDC. Windows color (decimal): -5310018 or 12515758. OLE color: 12515758.

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

Color convert

RGB174249190-
CMYK0.3000.240.02
HSL132.8º86.21%82.94%-
HSV(B)132.8º30.12%97.65%-
XYZ60.6380.4761.05-
YUV219.85111.1595.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=28.38%
G=40.62%
B=31.00%

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
Decimal1742491900.3000.240.02132.886.2182.94
HexAEF9BE1E0182855653
Octal256371276360302205126123
Binary10101110111110011011111011110011000101000010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF9BE; }

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

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

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

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

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

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

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

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