#a8dcb3

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

Shades of Celadon #A8DCB3

Tints of Celadon #A8DCB3

Color information

#A8DCB3 (or 0xA8DCB3) is unknown color: approx Celadon. HEX triplet: A8, DC and B3. RGB value is (168,220,179). Sum of RGB (Red+Green+Blue) = 168+220+179=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCB3 is #57234C. Grayscale: #C7C7C7. Windows color (decimal): -5710669 or 11787432. OLE color: 11787432.

HSL color Cylindrical-coordinate representation of color #A8DCB3: hue angle of 132.69º 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 #A8DCB3 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB168220179-
CMYK0.2400.190.14
HSL132.69º42.62%76.08%-
HSV(B)132.69º23.64%86.27%-
XYZ49.8862.7752.13-
YUV199.78116.27105.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.63%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=29.63%
G=38.80%
B=31.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201790.2400.190.14132.6942.6276.08
HexA8DCB318013E852b4c
Octal250334263300231620553114
Binary101010001101110010110011110000100111110100001011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8dcb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8dcb3; }

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

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

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

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

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

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

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

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