#A8DCAC

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

Shades of Celadon #A8DCAC

Tints of Celadon #A8DCAC

Color information

#A8DCAC (or 0xA8DCAC) is unknown color: approx Celadon. HEX triplet: A8, DC and AC. RGB value is (168,220,172). Sum of RGB (Red+Green+Blue) = 168+220+172=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCAC is #572353. Grayscale: #C7C7C7. Windows color (decimal): -5710676 or 11328680. OLE color: 11328680.

HSL color Cylindrical-coordinate representation of color #A8DCAC: hue angle of 124.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCAC is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB168220172-
CMYK0.2400.220.14
HSL124.62º42.62%76.08%-
HSV(B)124.62º23.64%86.27%-
XYZ49.1962.4948.5-
YUV198.98112.77105.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=30%
G=39.29%
B=30.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201720.2400.220.14124.6242.6276.08
HexA8DCAC18016E7d2b4c
Octal250334254300261617553114
Binary10101000110111001010110011000010110111011111011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCAC; }

 p { color: rgb(168,220,172); }

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

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

 a { background-color: rgb(168,220,172); }

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

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

 span { border-color: rgb(168,220,172); }

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