#AAEAAE

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

Shades of Celadon #AAEAAE

Tints of Celadon #AAEAAE

Color information

#AAEAAE (or 0xAAEAAE) is unknown color: approx Celadon. HEX triplet: AA, EA and AE. RGB value is (170,234,174). Sum of RGB (Red+Green+Blue) = 170+234+174=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAAE is #551551. Grayscale: #D0D0D0. Windows color (decimal): -5576018 or 11463338. OLE color: 11463338.

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

Color convert

RGB170234174-
CMYK0.2700.260.08
HSL123.75º60.38%79.22%-
HSV(B)123.75º27.35%91.76%-
XYZ53.6470.4550.82-
YUV208.02108.8100.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=29.41%
G=40.48%
B=30.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341740.2700.260.08123.7560.3879.22
HexAAEAAE1B01A87c3c4f
Octal252352256330321017474117
Binary10101010111010101010111011011011010100011111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAAE; }

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

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

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

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

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

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

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

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