#AAE8B4

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

Shades of Celadon #AAE8B4

Tints of Celadon #AAE8B4

Color information

#AAE8B4 (or 0xAAE8B4) is unknown color: approx Celadon. HEX triplet: AA, E8 and B4. RGB value is (170,232,180). Sum of RGB (Red+Green+Blue) = 170+232+180=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8B4 is #55174B. Grayscale: #CFCFCF. Windows color (decimal): -5576524 or 11856042. OLE color: 11856042.

HSL color Cylindrical-coordinate representation of color #AAE8B4: hue angle of 129.68º 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 #AAE8B4 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB170232180-
CMYK0.2700.220.09
HSL129.68º57.41%78.82%-
HSV(B)129.68º26.72%90.98%-
XYZ53.6769.5553.78-
YUV207.53112.46101.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 232 (91.02% from 255) = 39.86%
BLUE value IS 180 (70.70% from 255) = 30.93%
R=29.21%
G=39.86%
B=30.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702321800.2700.220.09129.6857.4178.82
HexAAE8B41B016982394f
Octal252350264330261120271117
Binary101010101110100010110100110110101101001100000101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE8B4; }

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

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

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

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

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

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

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

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