#AEF7BE

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

Shades of Fringy Flower #AEF7BE

Tints of Fringy Flower #AEF7BE

Color information

#AEF7BE (or 0xAEF7BE) is unknown color: approx Fringy Flower. HEX triplet: AE, F7 and BE. RGB value is (174,247,190). Sum of RGB (Red+Green+Blue) = 174+247+190=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7BE is #510841. Grayscale: #DADADA. Windows color (decimal): -5310530 or 12515246. OLE color: 12515246.

HSL color Cylindrical-coordinate representation of color #AEF7BE: hue angle of 133.15º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7BE is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB174247190-
CMYK0.3000.230.03
HSL133.15º82.02%82.55%-
HSV(B)133.15º29.55%96.86%-
XYZ60.0179.2460.85-
YUV218.68111.8296.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 247 (96.88% from 255) = 40.43%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=28.48%
G=40.43%
B=31.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742471900.3000.230.03133.1582.0282.55
HexAEF7BE1E0173855253
Octal256367276360273205122123
Binary10101110111101111011111011110010111111000010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7BE; }

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

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

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

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

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

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

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

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