#AEFBBE

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

Shades of Fringy Flower #AEFBBE

Tints of Fringy Flower #AEFBBE

Color information

#AEFBBE (or 0xAEFBBE) is unknown color: approx Fringy Flower. HEX triplet: AE, FB and BE. RGB value is (174,251,190). Sum of RGB (Red+Green+Blue) = 174+251+190=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBBE is #510441. Grayscale: #DDDDDD. Windows color (decimal): -5309506 or 12516270. OLE color: 12516270.

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

Color convert

RGB174251190-
CMYK0.3100.240.02
HSL132.47º90.59%83.33%-
HSV(B)132.47º30.68%98.43%-
XYZ61.2581.7161.26-
YUV221.02110.4994.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=28.29%
G=40.81%
B=30.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511900.3100.240.02132.4790.5983.33
HexAEFBBE1F0182845b53
Octal256373276370302204133123
Binary10101110111110111011111011111011000101000010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBBE; }

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

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

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

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

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

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

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

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