#75BFB3

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

Shades of Monte Carlo #75BFB3

Tints of Monte Carlo #75BFB3

Color information

#75BFB3 (or 0x75BFB3) is unknown color: approx Monte Carlo. HEX triplet: 75, BF and B3. RGB value is (117,191,179). Sum of RGB (Red+Green+Blue) = 117+191+179=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #75BFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFB3 is #8A404C. Grayscale: #A7A7A7. Windows color (decimal): -9060429 or 11779957. OLE color: 11779957.

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

Color convert

RGB117191179-
CMYK0.3900.060.25
HSL170.27º36.63%60.39%-
HSV(B)170.27º38.74%74.9%-
XYZ34.144.349.4-
YUV167.51134.4891.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.02%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=24.02%
G=39.22%
B=36.76%

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
Decimal1171911790.3900.060.25170.2736.6360.39
Hex75BFB3270619aa253c
Octal1652772634706312524574
Binary1110101101111111011001110011101101100110101010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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