#73BFBF

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

Shades of Glacier #73BFBF

Tints of Glacier #73BFBF

Color information

#73BFBF (or 0x73BFBF) is unknown color: approx Glacier. HEX triplet: 73, BF and BF. RGB value is (115,191,191). Sum of RGB (Red+Green+Blue) = 115+191+191=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #73BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFBF is #8C4040. Grayscale: #A8A8A8. Windows color (decimal): -9191489 or 12566387. OLE color: 12566387.

HSL color Cylindrical-coordinate representation of color #73BFBF: hue angle of 180º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BFBF is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115191191-
CMYK0.40000.25
HSL180º37.25%60%-
HSV(B)180º39.79%74.9%-
XYZ35.1144.6756.06-
YUV168.28140.8290-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 191 (75% from 255) = 38.43%
R=23.14%
G=38.43%
B=38.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911910.40000.2518037.2560
Hex73BFBF280019b4253c
Octal1632772775000312644574
Binary11100111011111110111111101000001100110110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,191); }

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

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

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

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

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

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

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