#AAEAB0

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

Shades of Celadon #AAEAB0

Tints of Celadon #AAEAB0

Color information

#AAEAB0 (or 0xAAEAB0) is unknown color: approx Celadon. HEX triplet: AA, EA and B0. RGB value is (170,234,176). Sum of RGB (Red+Green+Blue) = 170+234+176=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAB0 is #55154F. Grayscale: #D0D0D0. Windows color (decimal): -5576016 or 11594410. OLE color: 11594410.

HSL color Cylindrical-coordinate representation of color #AAEAB0: hue angle of 125.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAB0 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB170234176-
CMYK0.2700.250.08
HSL125.62º60.38%79.22%-
HSV(B)125.62º27.35%91.76%-
XYZ53.8470.5351.85-
YUV208.25109.8100.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 176 (69.14% from 255) = 30.34%
R=29.31%
G=40.34%
B=30.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341760.2700.250.08125.6260.3879.22
HexAAEAB01B01987e3c4f
Octal252352260330311017674117
Binary10101010111010101011000011011011001100011111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAB0; }

 p { color: rgb(170,234,176); }

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

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

 a { background-color: rgb(170,234,176); }

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

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

 span { border-color: rgb(170,234,176); }

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