#AAEBAD

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

Shades of Celadon #AAEBAD

Tints of Celadon #AAEBAD

Color information

#AAEBAD (or 0xAAEBAD) is unknown color: approx Celadon. HEX triplet: AA, EB and AD. RGB value is (170,235,173). Sum of RGB (Red+Green+Blue) = 170+235+173=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAD is #551452. Grayscale: #D0D0D0. Windows color (decimal): -5575763 or 11398058. OLE color: 11398058.

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

Color convert

RGB170235173-
CMYK0.2800.260.08
HSL122.77º61.9%79.41%-
HSV(B)122.77º27.66%92.16%-
XYZ53.8370.9850.4-
YUV208.5107.97100.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=29.41%
G=40.66%
B=29.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351730.2800.260.08122.7761.979.41
HexAAEBAD1C01A87b3e4f
Octal252353255340321017376117
Binary10101010111010111010110111100011010100011110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBAD; }

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

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

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

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

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

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

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

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