#76BEAC

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

Shades of Monte Carlo #76BEAC

Tints of Monte Carlo #76BEAC

Color information

#76BEAC (or 0x76BEAC) is unknown color: approx Monte Carlo. HEX triplet: 76, BE and AC. RGB value is (118,190,172). Sum of RGB (Red+Green+Blue) = 118+190+172=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEAC is #894153. Grayscale: #A6A6A6. Windows color (decimal): -8995156 or 11320950. OLE color: 11320950.

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

Color convert

RGB118190172-
CMYK0.3800.090.25
HSL165º35.64%60.39%-
HSV(B)165º37.89%74.51%-
XYZ33.3343.6645.7-
YUV166.42131.1593.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=24.58%
G=39.58%
B=35.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181901720.3800.090.2516535.6460.39
Hex76BEAC260919a5243c
Octal16627625446011312454474
Binary11101101011111010101100100110010011100110100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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