#AEDCB3

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

Shades of Celadon #AEDCB3

Tints of Celadon #AEDCB3

Color information

#AEDCB3 (or 0xAEDCB3) is unknown color: approx Celadon. HEX triplet: AE, DC and B3. RGB value is (174,220,179). Sum of RGB (Red+Green+Blue) = 174+220+179=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCB3 is #51234C. Grayscale: #C9C9C9. Windows color (decimal): -5317453 or 11787438. OLE color: 11787438.

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

Color convert

RGB174220179-
CMYK0.2100.190.14
HSL126.52º39.66%77.25%-
HSV(B)126.52º20.91%86.27%-
XYZ51.1963.4452.2-
YUV201.57115.26108.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=30.37%
G=38.39%
B=31.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201790.2100.190.14126.5239.6677.25
HexAEDCB315013E7f284d
Octal256334263250231617750115
Binary10101110110111001011001110101010011111011111111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCB3; }

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

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

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

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

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

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

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

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