#75BFB2

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

Shades of Monte Carlo #75BFB2

Tints of Monte Carlo #75BFB2

Color information

#75BFB2 (or 0x75BFB2) is unknown color: approx Monte Carlo. HEX triplet: 75, BF and B2. RGB value is (117,191,178). Sum of RGB (Red+Green+Blue) = 117+191+178=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #75BFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BFB2 is #8A404D. Grayscale: #A7A7A7. Windows color (decimal): -9060430 or 11714421. OLE color: 11714421.

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

Color convert

RGB117191178-
CMYK0.3900.070.25
HSL169.46º36.63%60.39%-
HSV(B)169.46º38.74%74.9%-
XYZ3444.2648.87-
YUV167.39133.9892.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.07%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=24.07%
G=39.30%
B=36.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911780.3900.070.25169.4636.6360.39
Hex75BFB2270719a9253c
Octal1652772624707312514574
Binary1110101101111111011001010011101111100110101001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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