#73C0BE

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

Shades of Monte Carlo #73C0BE

Tints of Monte Carlo #73C0BE

Color information

#73C0BE (or 0x73C0BE) is unknown color: approx Monte Carlo. HEX triplet: 73, C0 and BE. RGB value is (115,192,190). Sum of RGB (Red+Green+Blue) = 115+192+190=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #73C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C0BE is #8C3F41. Grayscale: #A8A8A8. Windows color (decimal): -9191234 or 12501107. OLE color: 12501107.

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

Color convert

RGB115192190-
CMYK0.4000.010.25
HSL178.44º37.93%60.2%-
HSV(B)178.44º40.1%75.29%-
XYZ35.2145.0655.56-
YUV168.75139.9989.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=23.14%
G=38.63%
B=38.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151921900.4000.010.25178.4437.9360.2
Hex73C0BE280119b2263c
Octal1633002765001312624674
Binary11100111100000010111110101000011100110110010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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