#79C0AA

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

Shades of Monte Carlo #79C0AA

Tints of Monte Carlo #79C0AA

Color information

#79C0AA (or 0x79C0AA) is unknown color: approx Monte Carlo. HEX triplet: 79, C0 and AA. RGB value is (121,192,170). Sum of RGB (Red+Green+Blue) = 121+192+170=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C0AA is #863F55. Grayscale: #A8A8A8. Windows color (decimal): -8798038 or 11190393. OLE color: 11190393.

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

Color convert

RGB121192170-
CMYK0.3700.110.25
HSL161.41º36.04%61.37%-
HSV(B)161.41º36.98%75.29%-
XYZ33.9944.6744.86-
YUV168.26128.9894.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=25.05%
G=39.75%
B=35.20%

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
Decimal1211921700.3700.110.25161.4136.0461.37
Hex79C0AA250B19a1243d
Octal17130025245013312414475
Binary11110011100000010101010100101010111100110100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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