#76C0BA

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

Shades of Monte Carlo #76C0BA

Tints of Monte Carlo #76C0BA

Color information

#76C0BA (or 0x76C0BA) is unknown color: approx Monte Carlo. HEX triplet: 76, C0 and BA. RGB value is (118,192,186). Sum of RGB (Red+Green+Blue) = 118+192+186=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #76C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C0BA is #893F45. Grayscale: #A9A9A9. Windows color (decimal): -8994630 or 12238966. OLE color: 12238966.

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

Color convert

RGB118192186-
CMYK0.3900.030.25
HSL175.14º37%60.78%-
HSV(B)175.14º38.54%75.29%-
XYZ35.1845.153.3-
YUV169.19137.4891.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=23.79%
G=38.71%
B=37.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921860.3900.030.25175.143760.78
Hex76C0BA270319af253d
Octal1663002724703312574575
Binary111011011000000101110101001110111100110101111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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