#AEFAB7

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

Shades of Fringy Flower #AEFAB7

Tints of Fringy Flower #AEFAB7

Color information

#AEFAB7 (or 0xAEFAB7) is unknown color: approx Fringy Flower. HEX triplet: AE, FA and B7. RGB value is (174,250,183). Sum of RGB (Red+Green+Blue) = 174+250+183=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAB7 is #510548. Grayscale: #DBDBDB. Windows color (decimal): -5309769 or 12057262. OLE color: 12057262.

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

Color convert

RGB174250183-
CMYK0.3000.270.02
HSL127.11º88.37%83.14%-
HSV(B)127.11º30.4%98.04%-
XYZ60.1980.7957.22-
YUV219.64107.3295.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=28.67%
G=41.19%
B=30.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501830.3000.270.02127.1188.3783.14
HexAEFAB71E01B27f5853
Octal256372267360332177130123
Binary1010111011111010101101111111001101110111111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAB7; }

 p { color: rgb(174,250,183); }

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

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

 a { background-color: rgb(174,250,183); }

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

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

 span { border-color: rgb(174,250,183); }

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