#A6D3C4

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

Shades of Opal #A6D3C4

Tints of Opal #A6D3C4

Color information

#A6D3C4 (or 0xA6D3C4) is unknown color: approx Opal. HEX triplet: A6, D3 and C4. RGB value is (166,211,196). Sum of RGB (Red+Green+Blue) = 166+211+196=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3C4 is #592C3B. Grayscale: #C3C3C3. Windows color (decimal): -5844028 or 12899238. OLE color: 12899238.

HSL color Cylindrical-coordinate representation of color #A6D3C4: hue angle of 160º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D3C4 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB166211196-
CMYK0.2100.070.17
HSL160º33.83%73.92%-
HSV(B)160º21.33%82.75%-
XYZ48.9858.6860.97-
YUV195.83128.09106.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 211 (82.81% from 255) = 36.82%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=28.97%
G=36.82%
B=34.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662111960.2100.070.1716033.8373.92
HexA6D3C4150711a0224a
Octal24632330425072124042112
Binary10100110110100111100010010101011110001101000001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D3C4; }

 p { color: rgb(166,211,196); }

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

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

 a { background-color: rgb(166,211,196); }

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

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

 span { border-color: rgb(166,211,196); }

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