#A6D2C2

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

Shades of Opal #A6D2C2

Tints of Opal #A6D2C2

Color information

#A6D2C2 (or 0xA6D2C2) is unknown color: approx Opal. HEX triplet: A6, D2 and C2. RGB value is (166,210,194). Sum of RGB (Red+Green+Blue) = 166+210+194=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2C2 is #592D3D. Grayscale: #C3C3C3. Windows color (decimal): -5844286 or 12767910. OLE color: 12767910.

HSL color Cylindrical-coordinate representation of color #A6D2C2: hue angle of 158.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2C2 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB166210194-
CMYK0.2100.080.18
HSL158.18º32.84%73.73%-
HSV(B)158.18º20.95%82.35%-
XYZ48.5158.159.7-
YUV195.02127.42107.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.12%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=29.12%
G=36.84%
B=34.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662101940.2100.080.18158.1832.8473.73
HexA6D2C21508129e214a
Octal246322302250102223641112
Binary101001101101001011000010101010100010010100111101000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D2C2; }

 p { color: rgb(166,210,194); }

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

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

 a { background-color: rgb(166,210,194); }

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

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

 span { border-color: rgb(166,210,194); }

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