#76C1A8

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

Shades of Monte Carlo #76C1A8

Tints of Monte Carlo #76C1A8

Color information

#76C1A8 (or 0x76C1A8) is unknown color: approx Monte Carlo. HEX triplet: 76, C1 and A8. RGB value is (118,193,168). Sum of RGB (Red+Green+Blue) = 118+193+168=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C1A8 is #893E57. Grayscale: #A7A7A7. Windows color (decimal): -8994392 or 11059574. OLE color: 11059574.

HSL color Cylindrical-coordinate representation of color #76C1A8: hue angle of 160º 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 #76C1A8 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB118193168-
CMYK0.3900.130.24
HSL160º37.69%60.98%-
HSV(B)160º38.86%75.69%-
XYZ33.6144.8243.93-
YUV167.72128.1592.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=24.63%
G=40.29%
B=35.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931680.3900.130.2416037.6960.98
Hex76C1A8270D18a0263d
Octal16630125047015302404675
Binary11101101100000110101000100111011011100010100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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