#AAEEB0

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

Shades of Celadon #AAEEB0

Tints of Celadon #AAEEB0

Color information

#AAEEB0 (or 0xAAEEB0) is unknown color: approx Celadon. HEX triplet: AA, EE and B0. RGB value is (170,238,176). Sum of RGB (Red+Green+Blue) = 170+238+176=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEEB0 is #55114F. Grayscale: #D2D2D2. Windows color (decimal): -5574992 or 11595434. OLE color: 11595434.

HSL color Cylindrical-coordinate representation of color #AAEEB0: hue angle of 125.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEB0 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB170238176-
CMYK0.2900.260.07
HSL125.29º66.67%80%-
HSV(B)125.29º28.57%93.33%-
XYZ54.9972.8352.23-
YUV210.6108.4799.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=29.11%
G=40.75%
B=30.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381760.2900.260.07125.2966.6780
HexAAEEB01D01A77d4350
Octal252356260350327175103120
Binary10101010111011101011000011101011010111111110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEB0; }

 p { color: rgb(170,238,176); }

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

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

 a { background-color: rgb(170,238,176); }

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

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

 span { border-color: rgb(170,238,176); }

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