#AEE2B6

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

Shades of Fringy Flower #AEE2B6

Tints of Fringy Flower #AEE2B6

Color information

#AEE2B6 (or 0xAEE2B6) is unknown color: approx Fringy Flower. HEX triplet: AE, E2 and B6. RGB value is (174,226,182). Sum of RGB (Red+Green+Blue) = 174+226+182=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2B6 is #511D49. Grayscale: #CDCDCD. Windows color (decimal): -5315914 or 11985582. OLE color: 11985582.

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

Color convert

RGB174226182-
CMYK0.2300.190.11
HSL129.23º47.27%78.43%-
HSV(B)129.23º23.01%88.63%-
XYZ53.166.7754.35-
YUV205.44114.77105.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 226 (88.67% from 255) = 38.83%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=29.90%
G=38.83%
B=31.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742261820.2300.190.11129.2347.2778.43
HexAEE2B617013B812f4e
Octal256342266270231320157116
Binary101011101110001010110110101110100111011100000011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2B6; }

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

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

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

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

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

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

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

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