#73BFBB

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

Shades of Monte Carlo #73BFBB

Tints of Monte Carlo #73BFBB

Color information

#73BFBB (or 0x73BFBB) is unknown color: approx Monte Carlo. HEX triplet: 73, BF and BB. RGB value is (115,191,187). Sum of RGB (Red+Green+Blue) = 115+191+187=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #73BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFBB is #8C4044. Grayscale: #A7A7A7. Windows color (decimal): -9191493 or 12304243. OLE color: 12304243.

HSL color Cylindrical-coordinate representation of color #73BFBB: hue angle of 176.84º 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 #73BFBB is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB115191187-
CMYK0.4000.020.25
HSL176.84º37.25%60%-
HSV(B)176.84º39.79%74.9%-
XYZ34.6744.4953.77-
YUV167.82138.8290.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=23.33%
G=38.74%
B=37.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911870.4000.020.25176.8437.2560
Hex73BFBB280219b1253c
Octal1632772735002312614574
Binary111001110111111101110111010000101100110110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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