#76C4B1

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

Shades of Monte Carlo #76C4B1

Tints of Monte Carlo #76C4B1

Color information

#76C4B1 (or 0x76C4B1) is unknown color: approx Monte Carlo. HEX triplet: 76, C4 and B1. RGB value is (118,196,177). Sum of RGB (Red+Green+Blue) = 118+196+177=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #76C4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C4B1 is #893B4E. Grayscale: #AAAAAA. Windows color (decimal): -8993615 or 11650166. OLE color: 11650166.

HSL color Cylindrical-coordinate representation of color #76C4B1: hue angle of 165.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C4B1 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB118196177-
CMYK0.4000.100.23
HSL165.38º39.8%61.57%-
HSV(B)165.38º39.8%76.86%-
XYZ35.1546.5148.72-
YUV170.51131.6690.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=24.03%
G=39.92%
B=36.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181961770.4000.100.23165.3839.861.57
Hex76C4B1280A17a5283e
Octal16630426150012272455076
Binary11101101100010010110001101000010101011110100101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,196,177); }

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

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

 a { background-color: rgb(118,196,177); }

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

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

 span { border-color: rgb(118,196,177); }

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