#75C1B0

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

Shades of Monte Carlo #75C1B0

Tints of Monte Carlo #75C1B0

Color information

#75C1B0 (or 0x75C1B0) is unknown color: approx Monte Carlo. HEX triplet: 75, C1 and B0. RGB value is (117,193,176). Sum of RGB (Red+Green+Blue) = 117+193+176=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #75C1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C1B0 is #8A3E4F. Grayscale: #A8A8A8. Windows color (decimal): -9059920 or 11583861. OLE color: 11583861.

HSL color Cylindrical-coordinate representation of color #75C1B0: hue angle of 166.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C1B0 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB117193176-
CMYK0.3900.090.24
HSL166.58º38%60.78%-
HSV(B)166.58º39.38%75.69%-
XYZ34.2445.0647.97-
YUV168.34132.3291.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.07%
GREEN value IS 193 (75.78% from 255) = 39.71%
BLUE value IS 176 (69.14% from 255) = 36.21%
R=24.07%
G=39.71%
B=36.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931760.3900.090.24166.583860.78
Hex75C1B0270918a7263d
Octal16530126047011302474675
Binary11101011100000110110000100111010011100010100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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