#76D3B2

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

Shades of Monte Carlo #76D3B2

Tints of Monte Carlo #76D3B2

Color information

#76D3B2 (or 0x76D3B2) is unknown color: approx Monte Carlo. HEX triplet: 76, D3 and B2. RGB value is (118,211,178). Sum of RGB (Red+Green+Blue) = 118+211+178=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #76D3B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D3B2 is #892C4D. Grayscale: #B3B3B3. Windows color (decimal): -8989774 or 11719542. OLE color: 11719542.

HSL color Cylindrical-coordinate representation of color #76D3B2: hue angle of 158.71º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D3B2 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB118211178-
CMYK0.4400.160.17
HSL158.71º51.38%64.51%-
HSV(B)158.71º44.08%82.75%-
XYZ38.853.6550.43-
YUV179.43127.1984.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=23.27%
G=41.62%
B=35.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1182111780.4400.160.17158.7151.3864.51
Hex76D3B22C010119f3341
Octal166323262540202123763101
Binary1110110110100111011001010110001000010001100111111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,211,178); }

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

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

 a { background-color: rgb(118,211,178); }

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

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

 span { border-color: rgb(118,211,178); }

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