#A2D1C2

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

Shades of Opal #A2D1C2

Tints of Opal #A2D1C2

Color information

#A2D1C2 (or 0xA2D1C2) is unknown color: approx Opal. HEX triplet: A2, D1 and C2. RGB value is (162,209,194). Sum of RGB (Red+Green+Blue) = 162+209+194=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D1C2 is #5D2E3D. Grayscale: #C1C1C1. Windows color (decimal): -6106686 or 12767650. OLE color: 12767650.

HSL color Cylindrical-coordinate representation of color #A2D1C2: hue angle of 160.85º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D1C2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB162209194-
CMYK0.2200.070.18
HSL160.85º33.81%72.75%-
HSV(B)160.85º22.49%81.96%-
XYZ47.4457.1859.58-
YUV193.24128.43105.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.67%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=28.67%
G=36.99%
B=34.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622091940.2200.070.18160.8533.8172.75
HexA2D1C2160712a12249
Octal24232130226072224142111
Binary10100010110100011100001010110011110010101000011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D1C2; }

 p { color: rgb(162,209,194); }

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

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

 a { background-color: rgb(162,209,194); }

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

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

 span { border-color: rgb(162,209,194); }

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