#76CAB7

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

Shades of Monte Carlo #76CAB7

Tints of Monte Carlo #76CAB7

Color information

#76CAB7 (or 0x76CAB7) is unknown color: approx Monte Carlo. HEX triplet: 76, CA and B7. RGB value is (118,202,183). Sum of RGB (Red+Green+Blue) = 118+202+183=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CAB7 is #893548. Grayscale: #AEAEAE. Windows color (decimal): -8992073 or 12044918. OLE color: 12044918.

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

Color convert

RGB118202183-
CMYK0.4200.090.21
HSL166.43º44.21%62.75%-
HSV(B)166.43º41.58%79.22%-
XYZ37.1449.5152.4-
YUV174.72132.6787.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.46%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=23.46%
G=40.16%
B=36.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021830.4200.090.21166.4344.2162.75
Hex76CAB72A0915a62c3f
Octal16631226752011252465477
Binary11101101100101010110111101010010011010110100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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