#76C4AF

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

Shades of Monte Carlo #76C4AF

Tints of Monte Carlo #76C4AF

Color information

#76C4AF (or 0x76C4AF) is unknown color: approx Monte Carlo. HEX triplet: 76, C4 and AF. RGB value is (118,196,175). Sum of RGB (Red+Green+Blue) = 118+196+175=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #76C4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C4AF is #893B50. Grayscale: #AAAAAA. Windows color (decimal): -8993617 or 11519094. OLE color: 11519094.

HSL color Cylindrical-coordinate representation of color #76C4AF: hue angle of 163.85º 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 #76C4AF is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB118196175-
CMYK0.4000.110.23
HSL163.85º39.8%61.57%-
HSV(B)163.85º39.8%76.86%-
XYZ34.9546.4347.68-
YUV170.28130.6690.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=24.13%
G=40.08%
B=35.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181961750.4000.110.23163.8539.861.57
Hex76C4AF280B17a4283e
Octal16630425750013272445076
Binary11101101100010010101111101000010111011110100100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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