#AAEDAF

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

Shades of Celadon #AAEDAF

Tints of Celadon #AAEDAF

Color information

#AAEDAF (or 0xAAEDAF) is unknown color: approx Celadon. HEX triplet: AA, ED and AF. RGB value is (170,237,175). Sum of RGB (Red+Green+Blue) = 170+237+175=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDAF is #551250. Grayscale: #D2D2D2. Windows color (decimal): -5575249 or 11529642. OLE color: 11529642.

HSL color Cylindrical-coordinate representation of color #AAEDAF: hue angle of 124.48º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB170237175-
CMYK0.2800.260.07
HSL124.48º65.05%79.8%-
HSV(B)124.48º28.27%92.94%-
XYZ54.672.2151.62-
YUV209.9108.399.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 237 (92.97% from 255) = 40.72%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=29.21%
G=40.72%
B=30.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371750.2800.260.07124.4865.0579.8
HexAAEDAF1C01A77c4150
Octal252355257340327174101120
Binary10101010111011011010111111100011010111111110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDAF; }

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

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

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

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

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

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

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

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