#76BEA9

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

Shades of Monte Carlo #76BEA9

Tints of Monte Carlo #76BEA9

Color information

#76BEA9 (or 0x76BEA9) is unknown color: approx Monte Carlo. HEX triplet: 76, BE and A9. RGB value is (118,190,169). Sum of RGB (Red+Green+Blue) = 118+190+169=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEA9 is #894156. Grayscale: #A6A6A6. Windows color (decimal): -8995159 or 11124342. OLE color: 11124342.

HSL color Cylindrical-coordinate representation of color #76BEA9: hue angle of 162.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEA9 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB118190169-
CMYK0.3800.110.25
HSL162.5º35.64%60.39%-
HSV(B)162.5º37.89%74.51%-
XYZ33.0543.5444.2-
YUV166.08129.6593.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=24.74%
G=39.83%
B=35.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181901690.3800.110.25162.535.6460.39
Hex76BEA9260B19a2243c
Octal16627625146013312424474
Binary11101101011111010101001100110010111100110100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,190,169); }

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

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

 a { background-color: rgb(118,190,169); }

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

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

 span { border-color: rgb(118,190,169); }

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