#79C8AF

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

Shades of Monte Carlo #79C8AF

Tints of Monte Carlo #79C8AF

Color information

#79C8AF (or 0x79C8AF) is unknown color: approx Monte Carlo. HEX triplet: 79, C8 and AF. RGB value is (121,200,175). Sum of RGB (Red+Green+Blue) = 121+200+175=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #79C8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C8AF is #863750. Grayscale: #ADADAD. Windows color (decimal): -8795985 or 11520121. OLE color: 11520121.

HSL color Cylindrical-coordinate representation of color #79C8AF: hue angle of 161.01º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C8AF is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB121200175-
CMYK0.3900.120.22
HSL161.01º41.8%62.94%-
HSV(B)161.01º39.5%78.43%-
XYZ36.2848.4748-
YUV173.53128.8390.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.40%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=24.40%
G=40.32%
B=35.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1212001750.3900.120.22161.0141.862.94
Hex79C8AF270C16a12a3f
Octal17131025747014262415277
Binary11110011100100010101111100111011001011010100001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,200,175); }

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

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

 a { background-color: rgb(121,200,175); }

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

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

 span { border-color: rgb(121,200,175); }

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