#AEDDB1

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

Shades of Celadon #AEDDB1

Tints of Celadon #AEDDB1

Color information

#AEDDB1 (or 0xAEDDB1) is unknown color: approx Celadon. HEX triplet: AE, DD and B1. RGB value is (174,221,177). Sum of RGB (Red+Green+Blue) = 174+221+177=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDB1 is #51224E. Grayscale: #CACACA. Windows color (decimal): -5317199 or 11656622. OLE color: 11656622.

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

Color convert

RGB174221177-
CMYK0.2100.200.13
HSL123.83º40.87%77.45%-
HSV(B)123.83º21.27%86.67%-
XYZ51.2563.8951.23-
YUV201.93113.93108.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=30.42%
G=38.64%
B=30.94%

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
Decimal1742211770.2100.200.13123.8340.8777.45
HexAEDDB115014D7c294d
Octal256335261250241517451115
Binary10101110110111011011000110101010100110111111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDB1; }

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

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

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

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

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

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

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

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