#75C6B2

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

Shades of Monte Carlo #75C6B2

Tints of Monte Carlo #75C6B2

Color information

#75C6B2 (or 0x75C6B2) is unknown color: approx Monte Carlo. HEX triplet: 75, C6 and B2. RGB value is (117,198,178). Sum of RGB (Red+Green+Blue) = 117+198+178=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C6B2 is #8A394D. Grayscale: #ABABAB. Windows color (decimal): -9058638 or 11716213. OLE color: 11716213.

HSL color Cylindrical-coordinate representation of color #75C6B2: hue angle of 165.19º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C6B2 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB117198178-
CMYK0.4100.100.22
HSL165.19º41.54%61.76%-
HSV(B)165.19º40.91%77.65%-
XYZ35.5747.3849.39-
YUV171.5131.6689.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.73%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=23.73%
G=40.16%
B=36.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981780.4100.100.22165.1941.5461.76
Hex75C6B2290A16a52a3e
Octal16530626251012262455276
Binary11101011100011010110010101001010101011010100101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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