#AAEAAF

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

Shades of Celadon #AAEAAF

Tints of Celadon #AAEAAF

Color information

#AAEAAF (or 0xAAEAAF) is unknown color: approx Celadon. HEX triplet: AA, EA and AF. RGB value is (170,234,175). Sum of RGB (Red+Green+Blue) = 170+234+175=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAAF is #551550. Grayscale: #D0D0D0. Windows color (decimal): -5576017 or 11528874. OLE color: 11528874.

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

Color convert

RGB170234175-
CMYK0.2700.250.08
HSL124.69º60.38%79.22%-
HSV(B)124.69º27.35%91.76%-
XYZ53.7470.4951.33-
YUV208.14109.3100.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=29.36%
G=40.41%
B=30.22%

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
Decimal1702341750.2700.250.08124.6960.3879.22
HexAAEAAF1B01987d3c4f
Octal252352257330311017574117
Binary10101010111010101010111111011011001100011111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAAF; }

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

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

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

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

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

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

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

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