#aae8b3

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

Shades of Celadon #AAE8B3

Tints of Celadon #AAE8B3

Color information

#AAE8B3 (or 0xAAE8B3) is unknown color: approx Celadon. HEX triplet: AA, E8 and B3. RGB value is (170,232,179). Sum of RGB (Red+Green+Blue) = 170+232+179=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8B3 is #55174C. Grayscale: #CFCFCF. Windows color (decimal): -5576525 or 11790506. OLE color: 11790506.

HSL color Cylindrical-coordinate representation of color #AAE8B3: hue angle of 128.71º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8B3 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB170232179-
CMYK0.2700.230.09
HSL128.71º57.41%78.82%-
HSV(B)128.71º26.72%90.98%-
XYZ53.5769.5153.24-
YUV207.42111.96101.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 232 (91.02% from 255) = 39.93%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=29.26%
G=39.93%
B=30.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702321790.2700.230.09128.7157.4178.82
HexAAE8B31B017981394f
Octal252350263330271120171117
Binary101010101110100010110011110110101111001100000011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aae8b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aae8b3; }

 p { color: rgb(170,232,179); }

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

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

 a { background-color: rgb(170,232,179); }

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

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

 span { border-color: rgb(170,232,179); }

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