#73BEBD

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

Shades of Monte Carlo #73BEBD

Tints of Monte Carlo #73BEBD

Color information

#73BEBD (or 0x73BEBD) is unknown color: approx Monte Carlo. HEX triplet: 73, BE and BD. RGB value is (115,190,189). Sum of RGB (Red+Green+Blue) = 115+190+189=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEBD is #8C4142. Grayscale: #A7A7A7. Windows color (decimal): -9191747 or 12435059. OLE color: 12435059.

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

Color convert

RGB115190189-
CMYK0.3900.010.25
HSL179.2º36.59%59.8%-
HSV(B)179.2º39.47%74.51%-
XYZ34.6744.1554.84-
YUV167.46140.1590.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.28%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=23.28%
G=38.46%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151901890.3900.010.25179.236.5959.8
Hex73BEBD270119b3253c
Octal1632762754701312634574
Binary11100111011111010111101100111011100110110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,190,189); }

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

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

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

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

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

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

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