#AEE2BC

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

Shades of Fringy Flower #AEE2BC

Tints of Fringy Flower #AEE2BC

Color information

#AEE2BC (or 0xAEE2BC) is unknown color: approx Fringy Flower. HEX triplet: AE, E2 and BC. RGB value is (174,226,188). Sum of RGB (Red+Green+Blue) = 174+226+188=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2BC is #511D43. Grayscale: #CECECE. Windows color (decimal): -5315908 or 12378798. OLE color: 12378798.

HSL color Cylindrical-coordinate representation of color #AEE2BC: hue angle of 136.15º 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 #AEE2BC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB174226188-
CMYK0.2300.170.11
HSL136.15º47.27%78.43%-
HSV(B)136.15º23.01%88.63%-
XYZ53.7367.0257.68-
YUV206.12117.77105.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 226 (88.67% from 255) = 38.44%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=29.59%
G=38.44%
B=31.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742261880.2300.170.11136.1547.2778.43
HexAEE2BC17011B882f4e
Octal256342274270211321057116
Binary101011101110001010111100101110100011011100010001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2BC; }

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

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

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

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

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

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

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

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