#75BEAC

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

Shades of Monte Carlo #75BEAC

Tints of Monte Carlo #75BEAC

Color information

#75BEAC (or 0x75BEAC) is unknown color: approx Monte Carlo. HEX triplet: 75, BE and AC. RGB value is (117,190,172). Sum of RGB (Red+Green+Blue) = 117+190+172=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BEAC is #8A4153. Grayscale: #A6A6A6. Windows color (decimal): -9060692 or 11320949. OLE color: 11320949.

HSL color Cylindrical-coordinate representation of color #75BEAC: hue angle of 165.21º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BEAC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB117190172-
CMYK0.3800.090.25
HSL165.21º35.96%60.2%-
HSV(B)165.21º38.42%74.51%-
XYZ33.243.5945.69-
YUV166.12131.3292.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=24.43%
G=39.67%
B=35.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901720.3800.090.25165.2135.9660.2
Hex75BEAC260919a5243c
Octal16527625446011312454474
Binary11101011011111010101100100110010011100110100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BEAC; }

 p { color: rgb(117,190,172); }

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

<style>
 a { background-color: #75BEAC; }

 a { background-color: rgb(117,190,172); }

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

<style>
 span { border-color: #75BEAC; }

 span { border-color: rgb(117,190,172); }

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