#AAE0B3

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

Shades of Celadon #AAE0B3

Tints of Celadon #AAE0B3

Color information

#AAE0B3 (or 0xAAE0B3) is unknown color: approx Celadon. HEX triplet: AA, E0 and B3. RGB value is (170,224,179). Sum of RGB (Red+Green+Blue) = 170+224+179=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0B3 is #551F4C. Grayscale: #CACACA. Windows color (decimal): -5578573 or 11788458. OLE color: 11788458.

HSL color Cylindrical-coordinate representation of color #AAE0B3: hue angle of 130º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0B3 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB170224179-
CMYK0.2400.200.12
HSL130º46.55%77.25%-
HSV(B)130º24.11%87.84%-
XYZ51.3765.1152.51-
YUV202.72114.61104.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=29.67%
G=39.09%
B=31.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702241790.2400.200.1213046.5577.25
HexAAE0B318014C822f4d
Octal252340263300241420257115
Binary101010101110000010110011110000101001100100000101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0B3; }

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

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

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

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

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

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

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

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