#73C5B3

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

Shades of Monte Carlo #73C5B3

Tints of Monte Carlo #73C5B3

Color information

#73C5B3 (or 0x73C5B3) is unknown color: approx Monte Carlo. HEX triplet: 73, C5 and B3. RGB value is (115,197,179). Sum of RGB (Red+Green+Blue) = 115+197+179=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #73C5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C5B3 is #8C3A4C. Grayscale: #AAAAAA. Windows color (decimal): -9189965 or 11781491. OLE color: 11781491.

HSL color Cylindrical-coordinate representation of color #73C5B3: hue angle of 166.83º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C5B3 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB115197179-
CMYK0.4200.090.23
HSL166.83º41.41%61.18%-
HSV(B)166.83º41.62%77.25%-
XYZ35.1746.8349.83-
YUV170.43132.8388.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.42%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=23.42%
G=40.12%
B=36.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151971790.4200.090.23166.8341.4161.18
Hex73C5B32A0917a7293d
Octal16330526352011272475175
Binary11100111100010110110011101010010011011110100111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,197,179); }

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

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

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

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

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

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

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