#A8D6AE

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

Shades of Celadon #A8D6AE

Tints of Celadon #A8D6AE

Color information

#A8D6AE (or 0xA8D6AE) is unknown color: approx Celadon. HEX triplet: A8, D6 and AE. RGB value is (168,214,174). Sum of RGB (Red+Green+Blue) = 168+214+174=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D6AE is #572951. Grayscale: #C3C3C3. Windows color (decimal): -5712210 or 11458216. OLE color: 11458216.

HSL color Cylindrical-coordinate representation of color #A8D6AE: hue angle of 127.83º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D6AE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB168214174-
CMYK0.2100.190.16
HSL127.83º35.94%74.9%-
HSV(B)127.83º21.5%83.92%-
XYZ47.8359.4749-
YUV195.69115.76108.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 214 (83.98% from 255) = 38.49%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=30.22%
G=38.49%
B=31.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141740.2100.190.16127.8335.9474.9
HexA8D6AE150131080244b
Octal250326256250232020044113
Binary1010100011010110101011101010101001110000100000001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D6AE; }

 p { color: rgb(168,214,174); }

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

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

 a { background-color: rgb(168,214,174); }

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

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

 span { border-color: rgb(168,214,174); }

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