#AEE0BC

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

Shades of Fringy Flower #AEE0BC

Tints of Fringy Flower #AEE0BC

Color information

#AEE0BC (or 0xAEE0BC) is unknown color: approx Fringy Flower. HEX triplet: AE, E0 and BC. RGB value is (174,224,188). Sum of RGB (Red+Green+Blue) = 174+224+188=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0BC is #511F43. Grayscale: #CDCDCD. Windows color (decimal): -5316420 or 12378286. OLE color: 12378286.

HSL color Cylindrical-coordinate representation of color #AEE0BC: hue angle of 136.8º 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 #AEE0BC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB174224188-
CMYK0.2200.160.12
HSL136.8º44.64%78.04%-
HSV(B)136.8º22.32%87.84%-
XYZ53.1965.9457.5-
YUV204.95118.44105.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=29.69%
G=38.23%
B=32.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742241880.2200.160.12136.844.6478.04
HexAEE0BC16010C892d4e
Octal256340274260201421155116
Binary101011101110000010111100101100100001100100010011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0BC; }

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

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

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

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

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

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

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

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