#A7DBB0

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

Shades of Celadon #A7DBB0

Tints of Celadon #A7DBB0

Color information

#A7DBB0 (or 0xA7DBB0) is unknown color: approx Celadon. HEX triplet: A7, DB and B0. RGB value is (167,219,176). Sum of RGB (Red+Green+Blue) = 167+219+176=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBB0 is #58244F. Grayscale: #C6C6C6. Windows color (decimal): -5776464 or 11590567. OLE color: 11590567.

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

Color convert

RGB167219176-
CMYK0.2400.200.14
HSL130.38º41.94%75.69%-
HSV(B)130.38º23.74%85.88%-
XYZ49.162.0150.46-
YUV198.55115.27105.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.72%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 176 (69.14% from 255) = 31.32%
R=29.72%
G=38.97%
B=31.32%

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
Decimal1672191760.2400.200.14130.3841.9475.69
HexA7DBB018014E822a4c
Octal247333260300241620252114
Binary101001111101101110110000110000101001110100000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBB0; }

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

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

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

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

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

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

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

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