#73beaf

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

Shades of Monte Carlo #73BEAF

Tints of Monte Carlo #73BEAF

Color information

#73BEAF (or 0x73BEAF) is unknown color: approx Monte Carlo. HEX triplet: 73, BE and AF. RGB value is (115,190,175). Sum of RGB (Red+Green+Blue) = 115+190+175=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEAF is #8C4150. Grayscale: #A5A5A5. Windows color (decimal): -9191761 or 11517555. OLE color: 11517555.

HSL color Cylindrical-coordinate representation of color #73BEAF: hue angle of 168º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BEAF is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB115190175-
CMYK0.3900.080.25
HSL168º36.59%59.8%-
HSV(B)168º39.47%74.51%-
XYZ33.2243.5747.22-
YUV165.86133.1591.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.96%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=23.96%
G=39.58%
B=36.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151901750.3900.080.2516836.5959.8
Hex73BEAF270819a8253c
Octal16327625747010312504574
Binary11100111011111010101111100111010001100110101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73beaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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