#A8DAB3

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

Shades of Celadon #A8DAB3

Tints of Celadon #A8DAB3

Color information

#A8DAB3 (or 0xA8DAB3) is unknown color: approx Celadon. HEX triplet: A8, DA and B3. RGB value is (168,218,179). Sum of RGB (Red+Green+Blue) = 168+218+179=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAB3 is #57254C. Grayscale: #C6C6C6. Windows color (decimal): -5711181 or 11786920. OLE color: 11786920.

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

Color convert

RGB168218179-
CMYK0.2300.180.15
HSL133.2º40.32%75.69%-
HSV(B)133.2º22.94%85.49%-
XYZ49.3661.7251.96-
YUV198.6116.94106.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.73%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=29.73%
G=38.58%
B=31.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181790.2300.180.15133.240.3275.69
HexA8DAB317012F85284c
Octal250332263270221720550114
Binary101010001101101010110011101110100101111100001011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAB3; }

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

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

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

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

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

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

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

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