#73BFB7

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

Shades of Monte Carlo #73BFB7

Tints of Monte Carlo #73BFB7

Color information

#73BFB7 (or 0x73BFB7) is unknown color: approx Monte Carlo. HEX triplet: 73, BF and B7. RGB value is (115,191,183). Sum of RGB (Red+Green+Blue) = 115+191+183=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #73BFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFB7 is #8C4048. Grayscale: #A7A7A7. Windows color (decimal): -9191497 or 12042099. OLE color: 12042099.

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

Color convert

RGB115191183-
CMYK0.4000.040.25
HSL173.68º37.25%60%-
HSV(B)173.68º39.79%74.9%-
XYZ34.2544.3351.55-
YUV167.36136.8290.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.52%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=23.52%
G=39.06%
B=37.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911830.4000.040.25173.6837.2560
Hex73BFB7280419ae253c
Octal1632772675004312564574
Binary1110011101111111011011110100001001100110101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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