#79C0AB

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

Shades of Monte Carlo #79C0AB

Tints of Monte Carlo #79C0AB

Color information

#79C0AB (or 0x79C0AB) is unknown color: approx Monte Carlo. HEX triplet: 79, C0 and AB. RGB value is (121,192,171). Sum of RGB (Red+Green+Blue) = 121+192+171=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C0AB is #863F54. Grayscale: #A8A8A8. Windows color (decimal): -8798037 or 11255929. OLE color: 11255929.

HSL color Cylindrical-coordinate representation of color #79C0AB: hue angle of 162.25º 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 #79C0AB is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB121192171-
CMYK0.3700.110.25
HSL162.25º36.04%61.37%-
HSV(B)162.25º36.98%75.29%-
XYZ34.0944.745.36-
YUV168.38129.4894.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 192 (75.39% from 255) = 39.67%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=25%
G=39.67%
B=35.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211921710.3700.110.25162.2536.0461.37
Hex79C0AB250B19a2243d
Octal17130025345013312424475
Binary11110011100000010101011100101010111100110100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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