#AEDEB2

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

Shades of Celadon #AEDEB2

Tints of Celadon #AEDEB2

Color information

#AEDEB2 (or 0xAEDEB2) is unknown color: approx Celadon. HEX triplet: AE, DE and B2. RGB value is (174,222,178). Sum of RGB (Red+Green+Blue) = 174+222+178=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDEB2 is #51214D. Grayscale: #CACACA. Windows color (decimal): -5316942 or 11722414. OLE color: 11722414.

HSL color Cylindrical-coordinate representation of color #AEDEB2: hue angle of 125º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEB2 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB174222178-
CMYK0.2200.200.13
HSL125º42.11%77.65%-
HSV(B)125º21.62%87.06%-
XYZ51.6164.4651.84-
YUV202.63114.1107.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=30.31%
G=38.68%
B=31.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221780.2200.200.1312542.1177.65
HexAEDEB216014D7d2a4e
Octal256336262260241517552116
Binary10101110110111101011001010110010100110111111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEB2; }

 p { color: rgb(174,222,178); }

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

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

 a { background-color: rgb(174,222,178); }

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

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

 span { border-color: rgb(174,222,178); }

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