#76C1BE

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

Shades of Monte Carlo #76C1BE

Tints of Monte Carlo #76C1BE

Color information

#76C1BE (or 0x76C1BE) is unknown color: approx Monte Carlo. HEX triplet: 76, C1 and BE. RGB value is (118,193,190). Sum of RGB (Red+Green+Blue) = 118+193+190=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C1BE is #893E41. Grayscale: #AAAAAA. Windows color (decimal): -8994370 or 12501366. OLE color: 12501366.

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

Color convert

RGB118193190-
CMYK0.3900.020.24
HSL177.6º37.69%60.98%-
HSV(B)177.6º38.86%75.69%-
XYZ35.8445.7155.65-
YUV170.23139.1590.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.55%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=23.55%
G=38.52%
B=37.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931900.3900.020.24177.637.6960.98
Hex76C1BE270218b2263d
Octal1663012764702302624675
Binary111011011000001101111101001110101100010110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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