#A7DBAF

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

Shades of Celadon #A7DBAF

Tints of Celadon #A7DBAF

Color information

#A7DBAF (or 0xA7DBAF) is unknown color: approx Celadon. HEX triplet: A7, DB and AF. RGB value is (167,219,175). Sum of RGB (Red+Green+Blue) = 167+219+175=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBAF is #582450. Grayscale: #C6C6C6. Windows color (decimal): -5776465 or 11525031. OLE color: 11525031.

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

Color convert

RGB167219175-
CMYK0.2400.200.14
HSL129.23º41.94%75.69%-
HSV(B)129.23º23.74%85.88%-
XYZ49.0161.9749.94-
YUV198.44114.77105.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=29.77%
G=39.04%
B=31.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191750.2400.200.14129.2341.9475.69
HexA7DBAF18014E812a4c
Octal247333257300241620152114
Binary101001111101101110101111110000101001110100000011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBAF; }

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

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

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

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

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

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

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

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