#75BEA8

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

Shades of Monte Carlo #75BEA8

Tints of Monte Carlo #75BEA8

Color information

#75BEA8 (or 0x75BEA8) is unknown color: approx Monte Carlo. HEX triplet: 75, BE and A8. RGB value is (117,190,168). Sum of RGB (Red+Green+Blue) = 117+190+168=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BEA8 is #8A4157. Grayscale: #A5A5A5. Windows color (decimal): -9060696 or 11058805. OLE color: 11058805.

HSL color Cylindrical-coordinate representation of color #75BEA8: hue angle of 161.92º 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 #75BEA8 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB117190168-
CMYK0.3800.120.25
HSL161.92º35.96%60.2%-
HSV(B)161.92º38.42%74.51%-
XYZ32.8243.4443.7-
YUV165.66129.3293.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=24.63%
G=40%
B=35.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901680.3800.120.25161.9235.9660.2
Hex75BEA8260C19a2243c
Octal16527625046014312424474
Binary11101011011111010101000100110011001100110100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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