#A7DBAC

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

Shades of Celadon #A7DBAC

Tints of Celadon #A7DBAC

Color information

#A7DBAC (or 0xA7DBAC) is unknown color: approx Celadon. HEX triplet: A7, DB and AC. RGB value is (167,219,172). Sum of RGB (Red+Green+Blue) = 167+219+172=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBAC is #582453. Grayscale: #C6C6C6. Windows color (decimal): -5776468 or 11328423. OLE color: 11328423.

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

Color convert

RGB167219172-
CMYK0.2400.210.14
HSL125.77º41.94%75.69%-
HSV(B)125.77º23.74%85.88%-
XYZ48.7161.8648.4-
YUV198.09113.27105.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.93%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=29.93%
G=39.25%
B=30.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191720.2400.210.14125.7741.9475.69
HexA7DBAC18015E7e2a4c
Octal247333254300251617652114
Binary10100111110110111010110011000010101111011111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBAC; }

 p { color: rgb(167,219,172); }

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

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

 a { background-color: rgb(167,219,172); }

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

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

 span { border-color: rgb(167,219,172); }

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