#73C2B9

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

Shades of Monte Carlo #73C2B9

Tints of Monte Carlo #73C2B9

Color information

#73C2B9 (or 0x73C2B9) is unknown color: approx Monte Carlo. HEX triplet: 73, C2 and B9. RGB value is (115,194,185). Sum of RGB (Red+Green+Blue) = 115+194+185=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #73C2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C2B9 is #8C3D46. Grayscale: #A9A9A9. Windows color (decimal): -9190727 or 12173939. OLE color: 12173939.

HSL color Cylindrical-coordinate representation of color #73C2B9: hue angle of 173.16º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C2B9 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB115194185-
CMYK0.4100.050.24
HSL173.16º39.3%60.59%-
HSV(B)173.16º40.72%76.08%-
XYZ35.1245.7352.87-
YUV169.35136.8389.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.28%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=23.28%
G=39.27%
B=37.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151941850.4100.050.24173.1639.360.59
Hex73C2B9290518ad273d
Octal1633022715105302554775
Binary1110011110000101011100110100101011100010101101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,194,185); }

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

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

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

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

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

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

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