#AADDB1

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

Shades of Celadon #AADDB1

Tints of Celadon #AADDB1

Color information

#AADDB1 (or 0xAADDB1) is unknown color: approx Celadon. HEX triplet: AA, DD and B1. RGB value is (170,221,177). Sum of RGB (Red+Green+Blue) = 170+221+177=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDB1 is #55224E. Grayscale: #C8C8C8. Windows color (decimal): -5579343 or 11656618. OLE color: 11656618.

HSL color Cylindrical-coordinate representation of color #AADDB1: hue angle of 128.24º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDB1 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB170221177-
CMYK0.2300.200.13
HSL128.24º42.86%76.67%-
HSV(B)128.24º23.08%86.67%-
XYZ50.3763.4351.18-
YUV200.74114.6106.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=29.93%
G=38.91%
B=31.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211770.2300.200.13128.2442.8676.67
HexAADDB117014D802b4d
Octal252335261270241520053115
Binary101010101101110110110001101110101001101100000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDB1; }

 p { color: rgb(170,221,177); }

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

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

 a { background-color: rgb(170,221,177); }

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

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

 span { border-color: rgb(170,221,177); }

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