#AAEBB4

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

Shades of Celadon #AAEBB4

Tints of Celadon #AAEBB4

Color information

#AAEBB4 (or 0xAAEBB4) is unknown color: approx Celadon. HEX triplet: AA, EB and B4. RGB value is (170,235,180). Sum of RGB (Red+Green+Blue) = 170+235+180=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBB4 is #55144B. Grayscale: #D1D1D1. Windows color (decimal): -5575756 or 11856810. OLE color: 11856810.

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

Color convert

RGB170235180-
CMYK0.2800.230.08
HSL129.23º61.9%79.41%-
HSV(B)129.23º27.66%92.16%-
XYZ54.5271.2654.06-
YUV209.3111.4799.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 180 (70.70% from 255) = 30.77%
R=29.06%
G=40.17%
B=30.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351800.2800.230.08129.2361.979.41
HexAAEBB41C0178813e4f
Octal252353264340271020176117
Binary101010101110101110110100111000101111000100000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBB4; }

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

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

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

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

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

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

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

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