#A8DAB1

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

Shades of Celadon #A8DAB1

Tints of Celadon #A8DAB1

Color information

#A8DAB1 (or 0xA8DAB1) is unknown color: approx Celadon. HEX triplet: A8, DA and B1. RGB value is (168,218,177). Sum of RGB (Red+Green+Blue) = 168+218+177=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAB1 is #57254E. Grayscale: #C6C6C6. Windows color (decimal): -5711183 or 11655848. OLE color: 11655848.

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

Color convert

RGB168218177-
CMYK0.2300.190.15
HSL130.8º40.32%75.69%-
HSV(B)130.8º22.94%85.49%-
XYZ49.1661.6450.9-
YUV198.38115.94106.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=29.84%
G=38.72%
B=31.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181770.2300.190.15130.840.3275.69
HexA8DAB117013F83284c
Octal250332261270231720350114
Binary101010001101101010110001101110100111111100000111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAB1; }

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

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

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

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

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

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

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

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