#A7DAB1

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

Shades of Celadon #A7DAB1

Tints of Celadon #A7DAB1

Color information

#A7DAB1 (or 0xA7DAB1) is unknown color: approx Celadon. HEX triplet: A7, DA and B1. RGB value is (167,218,177). Sum of RGB (Red+Green+Blue) = 167+218+177=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DAB1 is #58254E. Grayscale: #C6C6C6. Windows color (decimal): -5776719 or 11655847. OLE color: 11655847.

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

Color convert

RGB167218177-
CMYK0.2300.190.15
HSL131.76º40.8%75.49%-
HSV(B)131.76º23.39%85.49%-
XYZ48.9461.5350.89-
YUV198.08116.1105.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.72%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 177 (69.53% from 255) = 31.49%
R=29.72%
G=38.79%
B=31.49%

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
Decimal1672181770.2300.190.15131.7640.875.49
HexA7DAB117013F84294b
Octal247332261270231720451113
Binary101001111101101010110001101110100111111100001001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAB1; }

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

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

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

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

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

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

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

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