#AEE3B6

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

Shades of Fringy Flower #AEE3B6

Tints of Fringy Flower #AEE3B6

Color information

#AEE3B6 (or 0xAEE3B6) is unknown color: approx Fringy Flower. HEX triplet: AE, E3 and B6. RGB value is (174,227,182). Sum of RGB (Red+Green+Blue) = 174+227+182=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3B6 is #511C49. Grayscale: #CECECE. Windows color (decimal): -5315658 or 11985838. OLE color: 11985838.

HSL color Cylindrical-coordinate representation of color #AEE3B6: hue angle of 129.06º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE3B6 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB174227182-
CMYK0.2300.200.11
HSL129.06º48.62%78.63%-
HSV(B)129.06º23.35%89.02%-
XYZ53.3767.3154.44-
YUV206.02114.44105.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=29.85%
G=38.94%
B=31.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742271820.2300.200.11129.0648.6278.63
HexAEE3B617014B81314f
Octal256343266270241320161117
Binary101011101110001110110110101110101001011100000011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3B6; }

 p { color: rgb(174,227,182); }

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

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

 a { background-color: rgb(174,227,182); }

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

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

 span { border-color: rgb(174,227,182); }

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