#73C0B4

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

Shades of Monte Carlo #73C0B4

Tints of Monte Carlo #73C0B4

Color information

#73C0B4 (or 0x73C0B4) is unknown color: approx Monte Carlo. HEX triplet: 73, C0 and B4. RGB value is (115,192,180). Sum of RGB (Red+Green+Blue) = 115+192+180=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #73C0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C0B4 is #8C3F4B. Grayscale: #A7A7A7. Windows color (decimal): -9191244 or 11845747. OLE color: 11845747.

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

Color convert

RGB115192180-
CMYK0.4000.060.25
HSL170.65º37.93%60.2%-
HSV(B)170.65º40.1%75.29%-
XYZ34.1644.6450-
YUV167.61134.9990.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.61%
GREEN value IS 192 (75.39% from 255) = 39.43%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=23.61%
G=39.43%
B=36.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151921800.4000.060.25170.6537.9360.2
Hex73C0B4280619ab263c
Octal1633002645006312534674
Binary1110011110000001011010010100001101100110101011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,192,180); }

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

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

 a { background-color: rgb(115,192,180); }

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

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

 span { border-color: rgb(115,192,180); }

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