#AEFBBA

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

Shades of Fringy Flower #AEFBBA

Tints of Fringy Flower #AEFBBA

Color information

#AEFBBA (or 0xAEFBBA) is unknown color: approx Fringy Flower. HEX triplet: AE, FB and BA. RGB value is (174,251,186). Sum of RGB (Red+Green+Blue) = 174+251+186=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBBA is #510445. Grayscale: #DCDCDC. Windows color (decimal): -5309510 or 12254126. OLE color: 12254126.

HSL color Cylindrical-coordinate representation of color #AEFBBA: hue angle of 129.35º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBBA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB174251186-
CMYK0.3100.260.02
HSL129.35º90.59%83.33%-
HSV(B)129.35º30.68%98.43%-
XYZ60.8281.5458.99-
YUV220.57108.4994.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=28.48%
G=41.08%
B=30.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511860.3100.260.02129.3590.5983.33
HexAEFBBA1F01A2815b53
Octal256373272370322201133123
Binary10101110111110111011101011111011010101000000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBBA; }

 p { color: rgb(174,251,186); }

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

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

 a { background-color: rgb(174,251,186); }

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

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

 span { border-color: rgb(174,251,186); }

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