#73BFB0

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

Shades of Monte Carlo #73BFB0

Tints of Monte Carlo #73BFB0

Color information

#73BFB0 (or 0x73BFB0) is unknown color: approx Monte Carlo. HEX triplet: 73, BF and B0. RGB value is (115,191,176). Sum of RGB (Red+Green+Blue) = 115+191+176=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #73BFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BFB0 is #8C404F. Grayscale: #A6A6A6. Windows color (decimal): -9191504 or 11583347. OLE color: 11583347.

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

Color convert

RGB115191176-
CMYK0.4000.080.25
HSL168.16º37.25%60%-
HSV(B)168.16º39.79%74.9%-
XYZ33.5444.0447.81-
YUV166.57133.3291.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.86%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=23.86%
G=39.63%
B=36.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911760.4000.080.25168.1637.2560
Hex73BFB0280819a8253c
Octal16327726050010312504574
Binary11100111011111110110000101000010001100110101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,176); }

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

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

 a { background-color: rgb(115,191,176); }

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

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

 span { border-color: rgb(115,191,176); }

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