#AAE7B3

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

Shades of Celadon #AAE7B3

Tints of Celadon #AAE7B3

Color information

#AAE7B3 (or 0xAAE7B3) is unknown color: approx Celadon. HEX triplet: AA, E7 and B3. RGB value is (170,231,179). Sum of RGB (Red+Green+Blue) = 170+231+179=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7B3 is #55184C. Grayscale: #CECECE. Windows color (decimal): -5576781 or 11790250. OLE color: 11790250.

HSL color Cylindrical-coordinate representation of color #AAE7B3: hue angle of 128.85º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7B3 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB170231179-
CMYK0.2600.230.09
HSL128.85º55.96%78.63%-
HSV(B)128.85º26.41%90.59%-
XYZ53.2968.9553.15-
YUV206.83112.29101.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 231 (90.62% from 255) = 39.83%
BLUE value IS 179 (70.31% from 255) = 30.86%
R=29.31%
G=39.83%
B=30.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311790.2600.230.09128.8555.9678.63
HexAAE7B31A017981384f
Octal252347263320271120170117
Binary101010101110011110110011110100101111001100000011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7B3; }

 p { color: rgb(170,231,179); }

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

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

 a { background-color: rgb(170,231,179); }

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

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

 span { border-color: rgb(170,231,179); }

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