#A8C8C3

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

Shades of Opal #A8C8C3

Tints of Opal #A8C8C3

Color information

#A8C8C3 (or 0xA8C8C3) is unknown color: approx Opal. HEX triplet: A8, C8 and C3. RGB value is (168,200,195). Sum of RGB (Red+Green+Blue) = 168+200+195=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8C3 is #57373C. Grayscale: #BDBDBD. Windows color (decimal): -5715773 or 12830888. OLE color: 12830888.

HSL color Cylindrical-coordinate representation of color #A8C8C3: hue angle of 170.62º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C8C3 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB168200195-
CMYK0.1600.020.22
HSL170.62º22.54%72.16%-
HSV(B)170.62º16%78.43%-
XYZ46.6553.5759.51-
YUV189.86130.9112.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=29.84%
G=35.52%
B=34.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1682001950.1600.020.22170.6222.5472.16
HexA8C8C3100216ab1748
Octal25031030320022625327110
Binary101010001100100011000011100000101011010101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C8C3; }

 p { color: rgb(168,200,195); }

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

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

 a { background-color: rgb(168,200,195); }

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

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

 span { border-color: rgb(168,200,195); }

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