#73CAB2

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

Shades of Monte Carlo #73CAB2

Tints of Monte Carlo #73CAB2

Color information

#73CAB2 (or 0x73CAB2) is unknown color: approx Monte Carlo. HEX triplet: 73, CA and B2. RGB value is (115,202,178). Sum of RGB (Red+Green+Blue) = 115+202+178=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CAB2 is #8C354D. Grayscale: #ADADAD. Windows color (decimal): -9188686 or 11717235. OLE color: 11717235.

HSL color Cylindrical-coordinate representation of color #73CAB2: hue angle of 163.45º degrees, saturation: 0.45, 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 #73CAB2 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB115202178-
CMYK0.4300.120.21
HSL163.45º45.08%62.16%-
HSV(B)163.45º43.07%79.22%-
XYZ36.2349.149.69-
YUV173.25130.6886.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.23%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=23.23%
G=40.81%
B=35.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1152021780.4300.120.21163.4545.0862.16
Hex73CAB22B0C15a32d3e
Octal16331226253014252435576
Binary11100111100101010110010101011011001010110100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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