#76C5B8

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

Shades of Monte Carlo #76C5B8

Tints of Monte Carlo #76C5B8

Color information

#76C5B8 (or 0x76C5B8) is unknown color: approx Monte Carlo. HEX triplet: 76, C5 and B8. RGB value is (118,197,184). Sum of RGB (Red+Green+Blue) = 118+197+184=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #76C5B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C5B8 is #893A47. Grayscale: #ABABAB. Windows color (decimal): -8993352 or 12109174. OLE color: 12109174.

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

Color convert

RGB118197184-
CMYK0.4000.070.23
HSL170.13º40.51%61.76%-
HSV(B)170.13º40.1%77.25%-
XYZ36.0947.2452.56-
YUV171.9134.8389.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.65%
GREEN value IS 197 (77.34% from 255) = 39.48%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=23.65%
G=39.48%
B=36.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181971840.4000.070.23170.1340.5161.76
Hex76C5B8280717aa293e
Octal1663052705007272525176
Binary1110110110001011011100010100001111011110101010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,197,184); }

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

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

 a { background-color: rgb(118,197,184); }

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

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

 span { border-color: rgb(118,197,184); }

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