#76C5C0

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

Shades of Monte Carlo #76C5C0

Tints of Monte Carlo #76C5C0

Color information

#76C5C0 (or 0x76C5C0) is unknown color: approx Monte Carlo. HEX triplet: 76, C5 and C0. RGB value is (118,197,192). Sum of RGB (Red+Green+Blue) = 118+197+192=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #76C5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C5C0 is #893A3F. Grayscale: #ACACAC. Windows color (decimal): -8993344 or 12633462. OLE color: 12633462.

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

Color convert

RGB118197192-
CMYK0.4000.030.23
HSL176.2º40.51%61.76%-
HSV(B)176.2º40.1%77.25%-
XYZ36.9547.5957.11-
YUV172.81138.8388.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=23.27%
G=38.86%
B=37.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181971920.4000.030.23176.240.5161.76
Hex76C5C0280317b0293e
Octal1663053005003272605176
Binary111011011000101110000001010000111011110110000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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