#AEFABB

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

Shades of Fringy Flower #AEFABB

Tints of Fringy Flower #AEFABB

Color information

#AEFABB (or 0xAEFABB) is unknown color: approx Fringy Flower. HEX triplet: AE, FA and BB. RGB value is (174,250,187). Sum of RGB (Red+Green+Blue) = 174+250+187=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFABB is #510544. Grayscale: #DCDCDC. Windows color (decimal): -5309765 or 12319406. OLE color: 12319406.

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

Color convert

RGB174250187-
CMYK0.3000.250.02
HSL130.26º88.37%83.14%-
HSV(B)130.26º30.4%98.04%-
XYZ60.6180.9659.45-
YUV220.09109.3295.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=28.48%
G=40.92%
B=30.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501870.3000.250.02130.2688.3783.14
HexAEFABB1E0192825853
Octal256372273360312202130123
Binary10101110111110101011101111110011001101000001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFABB; }

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

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

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

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

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

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

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

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