#A8CCC1

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

Shades of Opal #A8CCC1

Tints of Opal #A8CCC1

Color information

#A8CCC1 (or 0xA8CCC1) is unknown color: approx Opal. HEX triplet: A8, CC and C1. RGB value is (168,204,193). Sum of RGB (Red+Green+Blue) = 168+204+193=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCC1 is #57333E. Grayscale: #BFBFBF. Windows color (decimal): -5714751 or 12700840. OLE color: 12700840.

HSL color Cylindrical-coordinate representation of color #A8CCC1: hue angle of 161.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCC1 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB168204193-
CMYK0.1800.050.2
HSL161.67º26.09%72.94%-
HSV(B)161.67º17.65%80%-
XYZ47.3755.3658.64-
YUV191.98128.57110.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.73%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=29.73%
G=36.11%
B=34.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1682041930.1800.050.2161.6726.0972.94
HexA8CCC1120514a21a49
Octal25031430122052424232111
Binary1010100011001100110000011001001011010010100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCC1; }

 p { color: rgb(168,204,193); }

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

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

 a { background-color: rgb(168,204,193); }

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

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

 span { border-color: rgb(168,204,193); }

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