#73B6BC

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

Shades of Glacier #73B6BC

Tints of Glacier #73B6BC

Color information

#73B6BC (or 0x73B6BC) is unknown color: approx Glacier. HEX triplet: 73, B6 and BC. RGB value is (115,182,188). Sum of RGB (Red+Green+Blue) = 115+182+188=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #73B6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B6BC is #8C4943. Grayscale: #A2A2A2. Windows color (decimal): -9193796 or 12367475. OLE color: 12367475.

HSL color Cylindrical-coordinate representation of color #73B6BC: hue angle of 184.93º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B6BC is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115182188-
CMYK0.390.0300.26
HSL184.93º35.27%59.41%-
HSV(B)184.93º38.83%73.73%-
XYZ32.8840.7353.71-
YUV162.65142.394.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.71%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=23.71%
G=37.53%
B=38.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151821880.390.0300.26184.9335.2759.41
Hex73B6BC27301Ab9233b
Octal1632662744730322714373
Binary111001110110110101111001001111101101010111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B6BC; }

 p { color: rgb(115,182,188); }

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

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

 a { background-color: rgb(115,182,188); }

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

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

 span { border-color: rgb(115,182,188); }

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