#AAEBAB

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

Shades of Celadon #AAEBAB

Tints of Celadon #AAEBAB

Color information

#AAEBAB (or 0xAAEBAB) is unknown color: approx Celadon. HEX triplet: AA, EB and AB. RGB value is (170,235,171). Sum of RGB (Red+Green+Blue) = 170+235+171=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAB is #551454. Grayscale: #D0D0D0. Windows color (decimal): -5575765 or 11266986. OLE color: 11266986.

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

Color convert

RGB170235171-
CMYK0.2800.270.08
HSL120.92º61.9%79.41%-
HSV(B)120.92º27.66%92.16%-
XYZ53.6470.949.39-
YUV208.27106.97100.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=29.51%
G=40.80%
B=29.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351710.2800.270.08120.9261.979.41
HexAAEBAB1C01B8793e4f
Octal252353253340331017176117
Binary10101010111010111010101111100011011100011110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBAB; }

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

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

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

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

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

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

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

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