#AEDDB0

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

Shades of Celadon #AEDDB0

Tints of Celadon #AEDDB0

Color information

#AEDDB0 (or 0xAEDDB0) is unknown color: approx Celadon. HEX triplet: AE, DD and B0. RGB value is (174,221,176). Sum of RGB (Red+Green+Blue) = 174+221+176=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDB0 is #51224F. Grayscale: #C9C9C9. Windows color (decimal): -5317200 or 11591086. OLE color: 11591086.

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

Color convert

RGB174221176-
CMYK0.2100.200.13
HSL122.55º40.87%77.45%-
HSV(B)122.55º21.27%86.67%-
XYZ51.1563.8550.7-
YUV201.82113.43108.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=30.47%
G=38.70%
B=30.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211760.2100.200.13122.5540.8777.45
HexAEDDB015014D7b294d
Octal256335260250241517351115
Binary10101110110111011011000010101010100110111110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDB0; }

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

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

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

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

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

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

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

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