#AEE0BF

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

Shades of Fringy Flower #AEE0BF

Tints of Fringy Flower #AEE0BF

Color information

#AEE0BF (or 0xAEE0BF) is unknown color: approx Fringy Flower. HEX triplet: AE, E0 and BF. RGB value is (174,224,191). Sum of RGB (Red+Green+Blue) = 174+224+191=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0BF is #511F40. Grayscale: #CDCDCD. Windows color (decimal): -5316417 or 12574894. OLE color: 12574894.

HSL color Cylindrical-coordinate representation of color #AEE0BF: hue angle of 140.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0BF is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB174224191-
CMYK0.2200.150.12
HSL140.4º44.64%78.04%-
HSV(B)140.4º22.32%87.84%-
XYZ53.5266.0759.22-
YUV205.29119.94105.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 191 (75% from 255) = 32.43%
R=29.54%
G=38.03%
B=32.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742241910.2200.150.12140.444.6478.04
HexAEE0BF160FC8c2d4e
Octal256340277260171421455116
Binary10101110111000001011111110110011111100100011001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0BF; }

 p { color: rgb(174,224,191); }

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

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

 a { background-color: rgb(174,224,191); }

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

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

 span { border-color: rgb(174,224,191); }

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