#75C0B0

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

Shades of Monte Carlo #75C0B0

Tints of Monte Carlo #75C0B0

Color information

#75C0B0 (or 0x75C0B0) is unknown color: approx Monte Carlo. HEX triplet: 75, C0 and B0. RGB value is (117,192,176). Sum of RGB (Red+Green+Blue) = 117+192+176=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C0B0 is #8A3F4F. Grayscale: #A7A7A7. Windows color (decimal): -9060176 or 11583605. OLE color: 11583605.

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

Color convert

RGB117192176-
CMYK0.3900.080.25
HSL167.2º37.31%60.59%-
HSV(B)167.2º39.06%75.29%-
XYZ34.0244.6247.89-
YUV167.75132.6591.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=24.12%
G=39.59%
B=36.29%

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
Decimal1171921760.3900.080.25167.237.3160.59
Hex75C0B0270819a7253d
Octal16530026047010312474575
Binary11101011100000010110000100111010001100110100111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,176); }

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

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

 a { background-color: rgb(117,192,176); }

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

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

 span { border-color: rgb(117,192,176); }

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