#AEDCB1

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

Shades of Celadon #AEDCB1

Tints of Celadon #AEDCB1

Color information

#AEDCB1 (or 0xAEDCB1) is unknown color: approx Celadon. HEX triplet: AE, DC and B1. RGB value is (174,220,177). Sum of RGB (Red+Green+Blue) = 174+220+177=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCB1 is #51234E. Grayscale: #C9C9C9. Windows color (decimal): -5317455 or 11656366. OLE color: 11656366.

HSL color Cylindrical-coordinate representation of color #AEDCB1: hue angle of 123.91º 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 #AEDCB1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB174220177-
CMYK0.2100.200.14
HSL123.91º39.66%77.25%-
HSV(B)123.91º20.91%86.27%-
XYZ50.9863.3651.14-
YUV201.34114.26108.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=30.47%
G=38.53%
B=31.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201770.2100.200.14123.9139.6677.25
HexAEDCB115014E7c284d
Octal256334261250241617450115
Binary10101110110111001011000110101010100111011111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCB1; }

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

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

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

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

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

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

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

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