#75C0B4

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

Shades of Monte Carlo #75C0B4

Tints of Monte Carlo #75C0B4

Color information

#75C0B4 (or 0x75C0B4) is unknown color: approx Monte Carlo. HEX triplet: 75, C0 and B4. RGB value is (117,192,180). Sum of RGB (Red+Green+Blue) = 117+192+180=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C0B4 is #8A3F4B. Grayscale: #A8A8A8. Windows color (decimal): -9060172 or 11845749. OLE color: 11845749.

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

Color convert

RGB117192180-
CMYK0.3900.060.25
HSL170.4º37.31%60.59%-
HSV(B)170.4º39.06%75.29%-
XYZ34.4244.7850.01-
YUV168.21134.6591.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=23.93%
G=39.26%
B=36.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921800.3900.060.25170.437.3160.59
Hex75C0B4270619aa253d
Octal1653002644706312524575
Binary1110101110000001011010010011101101100110101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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