#A2DBA6

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

Shades of Celadon #A2DBA6

Tints of Celadon #A2DBA6

Color information

#A2DBA6 (or 0xA2DBA6) is unknown color: approx Celadon. HEX triplet: A2, DB and A6. RGB value is (162,219,166). Sum of RGB (Red+Green+Blue) = 162+219+166=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DBA6 is #5D2459. Grayscale: #C4C4C4. Windows color (decimal): -6104154 or 10935202. OLE color: 10935202.

HSL color Cylindrical-coordinate representation of color #A2DBA6: hue angle of 124.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DBA6 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB162219166-
CMYK0.2600.240.14
HSL124.21º44.19%74.71%-
HSV(B)124.21º26.03%85.88%-
XYZ47.1161.145.39-
YUV195.92111.12103.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.62%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=29.62%
G=40.04%
B=30.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622191660.2600.240.14124.2144.1974.71
HexA2DBA61A018E7c2c4b
Octal242333246320301617454113
Binary10100010110110111010011011010011000111011111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DBA6; }

 p { color: rgb(162,219,166); }

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

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

 a { background-color: rgb(162,219,166); }

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

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

 span { border-color: rgb(162,219,166); }

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