#AAECAB

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

Shades of Celadon #AAECAB

Tints of Celadon #AAECAB

Color information

#AAECAB (or 0xAAECAB) is unknown color: approx Celadon. HEX triplet: AA, EC and AB. RGB value is (170,236,171). Sum of RGB (Red+Green+Blue) = 170+236+171=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECAB is #551354. Grayscale: #D1D1D1. Windows color (decimal): -5575509 or 11267242. OLE color: 11267242.

HSL color Cylindrical-coordinate representation of color #AAECAB: hue angle of 120.91º degrees, saturation: 0.63, 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 #AAECAB is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB170236171-
CMYK0.2800.280.07
HSL120.91º63.46%79.61%-
HSV(B)120.91º27.97%92.55%-
XYZ53.9271.4849.48-
YUV208.86106.63100.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 236 (92.58% from 255) = 40.90%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=29.46%
G=40.90%
B=29.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361710.2800.280.07120.9163.4679.61
HexAAECAB1C01C7793f50
Octal25235425334034717177120
Binary1010101011101100101010111110001110011111110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECAB; }

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

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

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

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

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

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

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

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