#76CAB6

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

Shades of Monte Carlo #76CAB6

Tints of Monte Carlo #76CAB6

Color information

#76CAB6 (or 0x76CAB6) is unknown color: approx Monte Carlo. HEX triplet: 76, CA and B6. RGB value is (118,202,182). Sum of RGB (Red+Green+Blue) = 118+202+182=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CAB6 is #893549. Grayscale: #AEAEAE. Windows color (decimal): -8992074 or 11979382. OLE color: 11979382.

HSL color Cylindrical-coordinate representation of color #76CAB6: hue angle of 165.71º 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 #76CAB6 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB118202182-
CMYK0.4200.100.21
HSL165.71º44.21%62.75%-
HSV(B)165.71º41.58%79.22%-
XYZ37.0449.4751.85-
YUV174.6132.1787.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.51%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=23.51%
G=40.24%
B=36.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021820.4200.100.21165.7144.2162.75
Hex76CAB62A0A15a62c3f
Octal16631226652012252465477
Binary11101101100101010110110101010010101010110100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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