#75BDB2

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

Shades of Monte Carlo #75BDB2

Tints of Monte Carlo #75BDB2

Color information

#75BDB2 (or 0x75BDB2) is unknown color: approx Monte Carlo. HEX triplet: 75, BD and B2. RGB value is (117,189,178). Sum of RGB (Red+Green+Blue) = 117+189+178=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDB2 is #8A424D. Grayscale: #A6A6A6. Windows color (decimal): -9060942 or 11713909. OLE color: 11713909.

HSL color Cylindrical-coordinate representation of color #75BDB2: hue angle of 170.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BDB2 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB117189178-
CMYK0.3800.060.26
HSL170.83º35.29%60%-
HSV(B)170.83º38.1%74.12%-
XYZ33.5743.3948.73-
YUV166.22134.6592.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.17%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 178 (69.92% from 255) = 36.78%
R=24.17%
G=39.05%
B=36.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171891780.3800.060.26170.8335.2960
Hex75BDB226061Aab233c
Octal1652752624606322534374
Binary1110101101111011011001010011001101101010101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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