#AEDCC0

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

Shades of Fringy Flower #AEDCC0

Tints of Fringy Flower #AEDCC0

Color information

#AEDCC0 (or 0xAEDCC0) is unknown color: approx Fringy Flower. HEX triplet: AE, DC and C0. RGB value is (174,220,192). Sum of RGB (Red+Green+Blue) = 174+220+192=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC0 is #51233F. Grayscale: #CBCBCB. Windows color (decimal): -5317440 or 12639406. OLE color: 12639406.

HSL color Cylindrical-coordinate representation of color #AEDCC0: hue angle of 143.48º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCC0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB174220192-
CMYK0.2100.130.14
HSL143.48º39.66%77.25%-
HSV(B)143.48º20.91%86.27%-
XYZ52.5663.9959.45-
YUV203.05121.76107.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=29.69%
G=37.54%
B=32.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201920.2100.130.14143.4839.6677.25
HexAEDCC0150DE8f284d
Octal256334300250151621750115
Binary10101110110111001100000010101011011110100011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCC0; }

 p { color: rgb(174,220,192); }

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

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

 a { background-color: rgb(174,220,192); }

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

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

 span { border-color: rgb(174,220,192); }

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