#76CAB0

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

Shades of Monte Carlo #76CAB0

Tints of Monte Carlo #76CAB0

Color information

#76CAB0 (or 0x76CAB0) is unknown color: approx Monte Carlo. HEX triplet: 76, CA and B0. RGB value is (118,202,176). Sum of RGB (Red+Green+Blue) = 118+202+176=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CAB0 is #89354F. Grayscale: #ADADAD. Windows color (decimal): -8992080 or 11586166. OLE color: 11586166.

HSL color Cylindrical-coordinate representation of color #76CAB0: hue angle of 161.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CAB0 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB118202176-
CMYK0.4200.130.21
HSL161.43º44.21%62.75%-
HSV(B)161.43º41.58%79.22%-
XYZ36.4349.2348.66-
YUV173.92129.1788.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=23.79%
G=40.73%
B=35.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021760.4200.130.21161.4344.2162.75
Hex76CAB02A0D15a12c3f
Octal16631226052015252415477
Binary11101101100101010110000101010011011010110100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,176); }

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

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

 a { background-color: rgb(118,202,176); }

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

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

 span { border-color: rgb(118,202,176); }

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