#73CBB2

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

Shades of Monte Carlo #73CBB2

Tints of Monte Carlo #73CBB2

Color information

#73CBB2 (or 0x73CBB2) is unknown color: approx Monte Carlo. HEX triplet: 73, CB and B2. RGB value is (115,203,178). Sum of RGB (Red+Green+Blue) = 115+203+178=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBB2 is #8C344D. Grayscale: #ADADAD. Windows color (decimal): -9188430 or 11717491. OLE color: 11717491.

HSL color Cylindrical-coordinate representation of color #73CBB2: hue angle of 162.95º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CBB2 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB115203178-
CMYK0.4300.120.20
HSL162.95º45.83%62.35%-
HSV(B)162.95º43.35%79.61%-
XYZ36.4649.5749.77-
YUV173.84130.3586.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=23.19%
G=40.93%
B=35.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152031780.4300.120.20162.9545.8362.35
Hex73CBB22B0C14a32e3e
Octal16331326253014242435676
Binary11100111100101110110010101011011001010010100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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