#A8C3BC

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

Shades of Opal #A8C3BC

Tints of Opal #A8C3BC

Color information

#A8C3BC (or 0xA8C3BC) is unknown color: approx Opal. HEX triplet: A8, C3 and BC. RGB value is (168,195,188). Sum of RGB (Red+Green+Blue) = 168+195+188=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C3BC is #573C43. Grayscale: #BABABA. Windows color (decimal): -5717060 or 12370856. OLE color: 12370856.

HSL color Cylindrical-coordinate representation of color #A8C3BC: hue angle of 164.44º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C3BC is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB168195188-
CMYK0.1400.040.24
HSL164.44º18.37%71.18%-
HSV(B)164.44º13.85%76.47%-
XYZ44.7450.9955.06-
YUV186.13129.05115.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=30.49%
G=35.39%
B=34.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681951880.1400.040.24164.4418.3771.18
HexA8C3BCE0418a41247
Octal25030327416043024422107
Binary101010001100001110111100111001001100010100100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C3BC; }

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

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

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

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

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

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

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

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