#76D0B6

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

Shades of Monte Carlo #76D0B6

Tints of Monte Carlo #76D0B6

Color information

#76D0B6 (or 0x76D0B6) is unknown color: approx Monte Carlo. HEX triplet: 76, D0 and B6. RGB value is (118,208,182). Sum of RGB (Red+Green+Blue) = 118+208+182=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D0B6 is #892F49. Grayscale: #B2B2B2. Windows color (decimal): -8990538 or 11980918. OLE color: 11980918.

HSL color Cylindrical-coordinate representation of color #76D0B6: hue angle of 162.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0B6 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB118208182-
CMYK0.4300.120.18
HSL162.67º48.91%63.92%-
HSV(B)162.67º43.27%81.57%-
XYZ38.4752.3452.33-
YUV178.13130.1885.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.23%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=23.23%
G=40.94%
B=35.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081820.4300.120.18162.6748.9163.92
Hex76D0B62B0C12a33140
Octal166320266530142224361100
Binary111011011010000101101101010110110010010101000111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,208,182); }

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

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

 a { background-color: rgb(118,208,182); }

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

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

 span { border-color: rgb(118,208,182); }

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