#AEDEB1

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

Shades of Celadon #AEDEB1

Tints of Celadon #AEDEB1

Color information

#AEDEB1 (or 0xAEDEB1) is unknown color: approx Celadon. HEX triplet: AE, DE and B1. RGB value is (174,222,177). Sum of RGB (Red+Green+Blue) = 174+222+177=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDEB1 is #51214E. Grayscale: #CACACA. Windows color (decimal): -5316943 or 11656878. OLE color: 11656878.

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

Color convert

RGB174222177-
CMYK0.2200.200.13
HSL123.75º42.11%77.65%-
HSV(B)123.75º21.62%87.06%-
XYZ51.5164.4251.31-
YUV202.52113.6107.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=30.37%
G=38.74%
B=30.89%

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
Decimal1742221770.2200.200.13123.7542.1177.65
HexAEDEB116014D7c2a4e
Octal256336261260241517452116
Binary10101110110111101011000110110010100110111111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEB1; }

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

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

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

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

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

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

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

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