#AEF1B8

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

Shades of Fringy Flower #AEF1B8

Tints of Fringy Flower #AEF1B8

Color information

#AEF1B8 (or 0xAEF1B8) is unknown color: approx Fringy Flower. HEX triplet: AE, F1 and B8. RGB value is (174,241,184). Sum of RGB (Red+Green+Blue) = 174+241+184=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1B8 is #510E47. Grayscale: #D6D6D6. Windows color (decimal): -5312072 or 12120494. OLE color: 12120494.

HSL color Cylindrical-coordinate representation of color #AEF1B8: hue angle of 128.96º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1B8 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB174241184-
CMYK0.2800.240.05
HSL128.96º70.53%81.37%-
HSV(B)128.96º27.8%94.51%-
XYZ57.5675.3756.86-
YUV214.47110.899.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 184 (72.27% from 255) = 30.72%
R=29.05%
G=40.23%
B=30.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742411840.2800.240.05128.9670.5381.37
HexAEF1B81C0185814751
Octal256361270340305201107121
Binary101011101111000110111000111000110001011000000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF1B8; }

 p { color: rgb(174,241,184); }

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

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

 a { background-color: rgb(174,241,184); }

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

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

 span { border-color: rgb(174,241,184); }

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