#76C1C0

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

Shades of Monte Carlo #76C1C0

Tints of Monte Carlo #76C1C0

Color information

#76C1C0 (or 0x76C1C0) is unknown color: approx Monte Carlo. HEX triplet: 76, C1 and C0. RGB value is (118,193,192). Sum of RGB (Red+Green+Blue) = 118+193+192=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C1C0 is #893E3F. Grayscale: #AAAAAA. Windows color (decimal): -8994368 or 12632438. OLE color: 12632438.

HSL color Cylindrical-coordinate representation of color #76C1C0: hue angle of 179.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C1C0 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB118193192-
CMYK0.3900.010.24
HSL179.2º37.69%60.98%-
HSV(B)179.2º38.86%75.69%-
XYZ36.0645.856.81-
YUV170.46140.1590.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.46%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=23.46%
G=38.37%
B=38.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931920.3900.010.24179.237.6960.98
Hex76C1C0270118b3263d
Octal1663013004701302634675
Binary11101101100000111000000100111011100010110011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C1C0; }

 p { color: rgb(118,193,192); }

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

<style>
 a { background-color: #76C1C0; }

 a { background-color: rgb(118,193,192); }

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

<style>
 span { border-color: #76C1C0; }

 span { border-color: rgb(118,193,192); }

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