#75C0AC

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

Shades of Monte Carlo #75C0AC

Tints of Monte Carlo #75C0AC

Color information

#75C0AC (or 0x75C0AC) is unknown color: approx Monte Carlo. HEX triplet: 75, C0 and AC. RGB value is (117,192,172). Sum of RGB (Red+Green+Blue) = 117+192+172=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C0AC is #8A3F53. Grayscale: #A7A7A7. Windows color (decimal): -9060180 or 11321461. OLE color: 11321461.

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

Color convert

RGB117192172-
CMYK0.3900.100.25
HSL164º37.31%60.59%-
HSV(B)164º39.06%75.29%-
XYZ33.6344.4645.84-
YUV167.3130.6592.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=24.32%
G=39.92%
B=35.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921720.3900.100.2516437.3160.59
Hex75C0AC270A19a4253d
Octal16530025447012312444575
Binary11101011100000010101100100111010101100110100100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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