#A5C3BC

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

Shades of Opal #A5C3BC

Tints of Opal #A5C3BC

Color information

#A5C3BC (or 0xA5C3BC) is unknown color: approx Opal. HEX triplet: A5, C3 and BC. RGB value is (165,195,188). Sum of RGB (Red+Green+Blue) = 165+195+188=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C3BC is #5A3C43. Grayscale: #B9B9B9. Windows color (decimal): -5913668 or 12370853. OLE color: 12370853.

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

Color convert

RGB165195188-
CMYK0.1500.040.24
HSL166º20%70.59%-
HSV(B)166º15.38%76.47%-
XYZ44.1150.6655.03-
YUV185.23129.56113.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 195 (76.56% from 255) = 35.58%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=30.11%
G=35.58%
B=34.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951880.1500.040.241662070.59
HexA5C3BCF0418a61447
Octal24530327417043024624107
Binary101001011100001110111100111101001100010100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3BC; }

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

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

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

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

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

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

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

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