#73C2AB

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

Shades of Monte Carlo #73C2AB

Tints of Monte Carlo #73C2AB

Color information

#73C2AB (or 0x73C2AB) is unknown color: approx Monte Carlo. HEX triplet: 73, C2 and AB. RGB value is (115,194,171). Sum of RGB (Red+Green+Blue) = 115+194+171=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #73C2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C2AB is #8C3D54. Grayscale: #A7A7A7. Windows color (decimal): -9190741 or 11256435. OLE color: 11256435.

HSL color Cylindrical-coordinate representation of color #73C2AB: hue angle of 162.53º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C2AB is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB115194171-
CMYK0.4100.120.24
HSL162.53º39.3%60.59%-
HSV(B)162.53º40.72%76.08%-
XYZ33.7145.1745.47-
YUV167.76129.8390.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.96%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=23.96%
G=40.42%
B=35.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151941710.4100.120.24162.5339.360.59
Hex73C2AB290C18a3273d
Octal16330225351014302434775
Binary11100111100001010101011101001011001100010100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,194,171); }

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

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

 a { background-color: rgb(115,194,171); }

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

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

 span { border-color: rgb(115,194,171); }

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