#AEDBB3

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

Shades of Celadon #AEDBB3

Tints of Celadon #AEDBB3

Color information

#AEDBB3 (or 0xAEDBB3) is unknown color: approx Celadon. HEX triplet: AE, DB and B3. RGB value is (174,219,179). Sum of RGB (Red+Green+Blue) = 174+219+179=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBB3 is #51244C. Grayscale: #C9C9C9. Windows color (decimal): -5317709 or 11787182. OLE color: 11787182.

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

Color convert

RGB174219179-
CMYK0.2100.180.14
HSL126.67º38.46%77.06%-
HSV(B)126.67º20.55%85.88%-
XYZ50.9262.9252.11-
YUV200.98115.59108.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=30.42%
G=38.29%
B=31.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191790.2100.180.14126.6738.4677.06
HexAEDBB315012E7f264d
Octal256333263250221617746115
Binary10101110110110111011001110101010010111011111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBB3; }

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

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

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

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

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

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

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

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