#AEDDB3

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

Shades of Celadon #AEDDB3

Tints of Celadon #AEDDB3

Color information

#AEDDB3 (or 0xAEDDB3) is unknown color: approx Celadon. HEX triplet: AE, DD and B3. RGB value is (174,221,179). Sum of RGB (Red+Green+Blue) = 174+221+179=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB3 is #51224C. Grayscale: #CACACA. Windows color (decimal): -5317197 or 11787694. OLE color: 11787694.

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

Color convert

RGB174221179-
CMYK0.2100.190.13
HSL126.38º40.87%77.45%-
HSV(B)126.38º21.27%86.67%-
XYZ51.4563.9752.28-
YUV202.16114.93107.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=30.31%
G=38.50%
B=31.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211790.2100.190.13126.3840.8777.45
HexAEDDB315013D7e294d
Octal256335263250231517651115
Binary10101110110111011011001110101010011110111111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDB3; }

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

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

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

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

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

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

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

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