#AEDFB0

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

Shades of Celadon #AEDFB0

Tints of Celadon #AEDFB0

Color information

#AEDFB0 (or 0xAEDFB0) is unknown color: approx Celadon. HEX triplet: AE, DF and B0. RGB value is (174,223,176). Sum of RGB (Red+Green+Blue) = 174+223+176=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDFB0 is #51204F. Grayscale: #CBCBCB. Windows color (decimal): -5316688 or 11591598. OLE color: 11591598.

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

Color convert

RGB174223176-
CMYK0.2200.210.13
HSL122.45º43.36%77.84%-
HSV(B)122.45º21.97%87.45%-
XYZ51.6864.9150.88-
YUV202.99112.77107.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=30.37%
G=38.92%
B=30.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742231760.2200.210.13122.4543.3677.84
HexAEDFB016015D7a2b4e
Octal256337260260251517253116
Binary10101110110111111011000010110010101110111110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFB0; }

 p { color: rgb(174,223,176); }

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

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

 a { background-color: rgb(174,223,176); }

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

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

 span { border-color: rgb(174,223,176); }

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