#A5C4BA

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

Shades of Opal #A5C4BA

Tints of Opal #A5C4BA

Color information

#A5C4BA (or 0xA5C4BA) is unknown color: approx Opal. HEX triplet: A5, C4 and BA. RGB value is (165,196,186). Sum of RGB (Red+Green+Blue) = 165+196+186=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C4BA is #5A3B45. Grayscale: #B9B9B9. Windows color (decimal): -5913414 or 12240037. OLE color: 12240037.

HSL color Cylindrical-coordinate representation of color #A5C4BA: hue angle of 160.65º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C4BA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB165196186-
CMYK0.1600.050.23
HSL160.65º20.81%70.78%-
HSV(B)160.65º15.82%76.86%-
XYZ44.1251.0253.98-
YUV185.59128.23113.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=30.16%
G=35.83%
B=34.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651961860.1600.050.23160.6520.8170.78
HexA5C4BA100517a11547
Octal24530427220052724125107
Binary1010010111000100101110101000001011011110100001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C4BA; }

 p { color: rgb(165,196,186); }

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

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

 a { background-color: rgb(165,196,186); }

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

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

 span { border-color: rgb(165,196,186); }

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