#75C0B9

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

Shades of Monte Carlo #75C0B9

Tints of Monte Carlo #75C0B9

Color information

#75C0B9 (or 0x75C0B9) is unknown color: approx Monte Carlo. HEX triplet: 75, C0 and B9. RGB value is (117,192,185). Sum of RGB (Red+Green+Blue) = 117+192+185=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C0B9 is #8A3F46. Grayscale: #A8A8A8. Windows color (decimal): -9060167 or 12173429. OLE color: 12173429.

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

Color convert

RGB117192185-
CMYK0.3900.040.25
HSL174.4º37.31%60.59%-
HSV(B)174.4º39.06%75.29%-
XYZ34.9444.9852.74-
YUV168.78137.1591.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.68%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=23.68%
G=38.87%
B=37.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921850.3900.040.25174.437.3160.59
Hex75C0B9270419ae253d
Octal1653002714704312564575
Binary1110101110000001011100110011101001100110101110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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