#76C0AD

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

Shades of Monte Carlo #76C0AD

Tints of Monte Carlo #76C0AD

Color information

#76C0AD (or 0x76C0AD) is unknown color: approx Monte Carlo. HEX triplet: 76, C0 and AD. RGB value is (118,192,173). Sum of RGB (Red+Green+Blue) = 118+192+173=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #76C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C0AD is #893F52. Grayscale: #A7A7A7. Windows color (decimal): -8994643 or 11386998. OLE color: 11386998.

HSL color Cylindrical-coordinate representation of color #76C0AD: hue angle of 164.59º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C0AD is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB118192173-
CMYK0.3900.100.25
HSL164.59º37%60.78%-
HSV(B)164.59º38.54%75.29%-
XYZ33.8644.5746.35-
YUV167.71130.9892.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=24.43%
G=39.75%
B=35.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921730.3900.100.25164.593760.78
Hex76C0AD270A19a5253d
Octal16630025547012312454575
Binary11101101100000010101101100111010101100110100101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,173); }

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

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

 a { background-color: rgb(118,192,173); }

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

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

 span { border-color: rgb(118,192,173); }

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