#A5C5BE

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

Shades of Opal #A5C5BE

Tints of Opal #A5C5BE

Color information

#A5C5BE (or 0xA5C5BE) is unknown color: approx Opal. HEX triplet: A5, C5 and BE. RGB value is (165,197,190). Sum of RGB (Red+Green+Blue) = 165+197+190=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5BE is #5A3A41. Grayscale: #BABABA. Windows color (decimal): -5913154 or 12502437. OLE color: 12502437.

HSL color Cylindrical-coordinate representation of color #A5C5BE: hue angle of 166.88º degrees, saturation: 0.22, 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 #A5C5BE is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB165197190-
CMYK0.1600.040.23
HSL166.88º21.62%70.98%-
HSV(B)166.88º16.24%77.25%-
XYZ44.7851.6556.32-
YUV186.63129.9112.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=29.89%
G=35.69%
B=34.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651971900.1600.040.23166.8821.6270.98
HexA5C5BE100417a71647
Octal24530527620042724726107
Binary1010010111000101101111101000001001011110100111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C5BE; }

 p { color: rgb(165,197,190); }

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

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

 a { background-color: rgb(165,197,190); }

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

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

 span { border-color: rgb(165,197,190); }

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