#AAECB4

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

Shades of Celadon #AAECB4

Tints of Celadon #AAECB4

Color information

#AAECB4 (or 0xAAECB4) is unknown color: approx Celadon. HEX triplet: AA, EC and B4. RGB value is (170,236,180). Sum of RGB (Red+Green+Blue) = 170+236+180=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECB4 is #55134B. Grayscale: #D2D2D2. Windows color (decimal): -5575500 or 11857066. OLE color: 11857066.

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

Color convert

RGB170236180-
CMYK0.2800.240.07
HSL129.09º63.46%79.61%-
HSV(B)129.09º27.97%92.55%-
XYZ54.8171.8354.16-
YUV209.88111.1399.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=29.01%
G=40.27%
B=30.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361800.2800.240.07129.0963.4679.61
HexAAECB41C0187813f50
Octal25235426434030720177120
Binary10101010111011001011010011100011000111100000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECB4; }

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

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

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

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

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

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

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

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