#AEDBB1

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

Shades of Celadon #AEDBB1

Tints of Celadon #AEDBB1

Color information

#AEDBB1 (or 0xAEDBB1) is unknown color: approx Celadon. HEX triplet: AE, DB and B1. RGB value is (174,219,177). Sum of RGB (Red+Green+Blue) = 174+219+177=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBB1 is #51244E. Grayscale: #C8C8C8. Windows color (decimal): -5317711 or 11656110. OLE color: 11656110.

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

Color convert

RGB174219177-
CMYK0.2100.190.14
HSL124º38.46%77.06%-
HSV(B)124º20.55%85.88%-
XYZ50.7262.8451.05-
YUV200.76114.59108.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=30.53%
G=38.42%
B=31.05%

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
Decimal1742191770.2100.190.1412438.4677.06
HexAEDBB115013E7c264d
Octal256333261250231617446115
Binary10101110110110111011000110101010011111011111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBB1; }

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

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

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

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

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

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

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

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