#A8C6BE

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

Shades of Opal #A8C6BE

Tints of Opal #A8C6BE

Color information

#A8C6BE (or 0xA8C6BE) is unknown color: approx Opal. HEX triplet: A8, C6 and BE. RGB value is (168,198,190). Sum of RGB (Red+Green+Blue) = 168+198+190=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C6BE is #573941. Grayscale: #BCBCBC. Windows color (decimal): -5716290 or 12502696. OLE color: 12502696.

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

Color convert

RGB168198190-
CMYK0.1500.040.22
HSL164º20.83%71.76%-
HSV(B)164º15.15%77.65%-
XYZ45.6452.4356.43-
YUV188.12129.06113.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=30.22%
G=35.61%
B=34.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981900.1500.040.2216420.8371.76
HexA8C6BEF0416a41548
Octal25030627617042624425110
Binary101010001100011010111110111101001011010100100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C6BE; }

 p { color: rgb(168,198,190); }

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

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

 a { background-color: rgb(168,198,190); }

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

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

 span { border-color: rgb(168,198,190); }

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