#75BFB7

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

Shades of Monte Carlo #75BFB7

Tints of Monte Carlo #75BFB7

Color information

#75BFB7 (or 0x75BFB7) is unknown color: approx Monte Carlo. HEX triplet: 75, BF and B7. RGB value is (117,191,183). Sum of RGB (Red+Green+Blue) = 117+191+183=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #75BFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFB7 is #8A4048. Grayscale: #A7A7A7. Windows color (decimal): -9060425 or 12042101. OLE color: 12042101.

HSL color Cylindrical-coordinate representation of color #75BFB7: hue angle of 173.51º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BFB7 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB117191183-
CMYK0.3900.040.25
HSL173.51º36.63%60.39%-
HSV(B)173.51º38.74%74.9%-
XYZ34.5144.4651.56-
YUV167.96136.4891.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=23.83%
G=38.90%
B=37.27%

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
Decimal1171911830.3900.040.25173.5136.6360.39
Hex75BFB7270419ae253c
Octal1652772674704312564574
Binary1110101101111111011011110011101001100110101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,191,183); }

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

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

 a { background-color: rgb(117,191,183); }

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

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

 span { border-color: rgb(117,191,183); }

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