#79C0AC

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

Shades of Monte Carlo #79C0AC

Tints of Monte Carlo #79C0AC

Color information

#79C0AC (or 0x79C0AC) is unknown color: approx Monte Carlo. HEX triplet: 79, C0 and AC. RGB value is (121,192,172). Sum of RGB (Red+Green+Blue) = 121+192+172=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C0AC is #863F53. Grayscale: #A8A8A8. Windows color (decimal): -8798036 or 11321465. OLE color: 11321465.

HSL color Cylindrical-coordinate representation of color #79C0AC: hue angle of 163.1º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79C0AC is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB121192172-
CMYK0.3700.100.25
HSL163.1º36.04%61.37%-
HSV(B)163.1º36.98%75.29%-
XYZ34.1844.7445.86-
YUV168.49129.9894.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=24.95%
G=39.59%
B=35.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211921720.3700.100.25163.136.0461.37
Hex79C0AC250A19a3243d
Octal17130025445012312434475
Binary11110011100000010101100100101010101100110100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79C0AC; }

 p { color: rgb(121,192,172); }

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

<style>
 a { background-color: #79C0AC; }

 a { background-color: rgb(121,192,172); }

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

<style>
 span { border-color: #79C0AC; }

 span { border-color: rgb(121,192,172); }

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