#AAE7AB

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

Shades of Celadon #AAE7AB

Tints of Celadon #AAE7AB

Color information

#AAE7AB (or 0xAAE7AB) is unknown color: approx Celadon. HEX triplet: AA, E7 and AB. RGB value is (170,231,171). Sum of RGB (Red+Green+Blue) = 170+231+171=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE7AB is #551854. Grayscale: #CECECE. Windows color (decimal): -5576789 or 11265962. OLE color: 11265962.

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

Color convert

RGB170231171-
CMYK0.2600.260.09
HSL120.98º55.96%78.63%-
HSV(B)120.98º26.41%90.59%-
XYZ52.568.6449.01-
YUV205.92108.29102.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 231 (90.62% from 255) = 40.38%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=29.72%
G=40.38%
B=29.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311710.2600.260.09120.9855.9678.63
HexAAE7AB1A01A979384f
Octal252347253320321117170117
Binary10101010111001111010101111010011010100111110011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7AB; }

 p { color: rgb(170,231,171); }

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

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

 a { background-color: rgb(170,231,171); }

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

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

 span { border-color: rgb(170,231,171); }

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