#AEF0B9

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

Shades of Fringy Flower #AEF0B9

Tints of Fringy Flower #AEF0B9

Color information

#AEF0B9 (or 0xAEF0B9) is unknown color: approx Fringy Flower. HEX triplet: AE, F0 and B9. RGB value is (174,240,185). Sum of RGB (Red+Green+Blue) = 174+240+185=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0B9 is #510F46. Grayscale: #D6D6D6. Windows color (decimal): -5312327 or 12185774. OLE color: 12185774.

HSL color Cylindrical-coordinate representation of color #AEF0B9: hue angle of 130º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF0B9 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB174240185-
CMYK0.2800.230.06
HSL130º68.75%81.18%-
HSV(B)130º27.5%94.12%-
XYZ57.3774.8257.32-
YUV214111.6399.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 185 (72.66% from 255) = 30.88%
R=29.05%
G=40.07%
B=30.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742401850.2800.230.0613068.7581.18
HexAEF0B91C0176824551
Octal256360271340276202105121
Binary101011101111000010111001111000101111101000001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF0B9; }

 p { color: rgb(174,240,185); }

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

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

 a { background-color: rgb(174,240,185); }

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

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

 span { border-color: rgb(174,240,185); }

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