#AAD8AF

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

Shades of Celadon #AAD8AF

Tints of Celadon #AAD8AF

Color information

#AAD8AF (or 0xAAD8AF) is unknown color: approx Celadon. HEX triplet: AA, D8 and AF. RGB value is (170,216,175). Sum of RGB (Red+Green+Blue) = 170+216+175=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD8AF is #552750. Grayscale: #C5C5C5. Windows color (decimal): -5580625 or 11524266. OLE color: 11524266.

HSL color Cylindrical-coordinate representation of color #AAD8AF: hue angle of 126.52º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8AF is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB170216175-
CMYK0.2100.190.15
HSL126.52º37.1%75.69%-
HSV(B)126.52º21.3%84.71%-
XYZ48.8760.7549.71-
YUV197.57115.26108.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=30.30%
G=38.50%
B=31.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161750.2100.190.15126.5237.175.69
HexAAD8AF15013F7f254c
Octal252330257250231717745114
Binary10101010110110001010111110101010011111111111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8AF; }

 p { color: rgb(170,216,175); }

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

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

 a { background-color: rgb(170,216,175); }

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

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

 span { border-color: rgb(170,216,175); }

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