#73C9B2

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

Shades of Monte Carlo #73C9B2

Tints of Monte Carlo #73C9B2

Color information

#73C9B2 (or 0x73C9B2) is unknown color: approx Monte Carlo. HEX triplet: 73, C9 and B2. RGB value is (115,201,178). Sum of RGB (Red+Green+Blue) = 115+201+178=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #73C9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C9B2 is #8C364D. Grayscale: #ACACAC. Windows color (decimal): -9188942 or 11716979. OLE color: 11716979.

HSL color Cylindrical-coordinate representation of color #73C9B2: hue angle of 163.95º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C9B2 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB115201178-
CMYK0.4300.110.21
HSL163.95º44.33%61.96%-
HSV(B)163.95º42.79%78.82%-
XYZ35.9948.6349.61-
YUV172.66131.0186.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.28%
GREEN value IS 201 (78.91% from 255) = 40.69%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=23.28%
G=40.69%
B=36.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1152011780.4300.110.21163.9544.3361.96
Hex73C9B22B0B15a42c3e
Octal16331126253013252445476
Binary11100111100100110110010101011010111010110100100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,201,178); }

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

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

 a { background-color: rgb(115,201,178); }

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

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

 span { border-color: rgb(115,201,178); }

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