#75C1B5

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

Shades of Monte Carlo #75C1B5

Tints of Monte Carlo #75C1B5

Color information

#75C1B5 (or 0x75C1B5) is unknown color: approx Monte Carlo. HEX triplet: 75, C1 and B5. RGB value is (117,193,181). Sum of RGB (Red+Green+Blue) = 117+193+181=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #75C1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C1B5 is #8A3E4A. Grayscale: #A8A8A8. Windows color (decimal): -9059915 or 11911541. OLE color: 11911541.

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

Color convert

RGB117193181-
CMYK0.3900.060.24
HSL170.53º38%60.78%-
HSV(B)170.53º39.38%75.69%-
XYZ34.7545.2650.62-
YUV168.91134.8290.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=23.83%
G=39.31%
B=36.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931810.3900.060.24170.533860.78
Hex75C1B5270618ab263d
Octal1653012654706302534675
Binary1110101110000011011010110011101101100010101011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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