#79C0BF

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

Shades of Monte Carlo #79C0BF

Tints of Monte Carlo #79C0BF

Color information

#79C0BF (or 0x79C0BF) is unknown color: approx Monte Carlo. HEX triplet: 79, C0 and BF. RGB value is (121,192,191). Sum of RGB (Red+Green+Blue) = 121+192+191=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C0BF is #863F40. Grayscale: #AAAAAA. Windows color (decimal): -8798017 or 12566649. OLE color: 12566649.

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

Color convert

RGB121192191-
CMYK0.3700.010.25
HSL179.15º36.04%61.37%-
HSV(B)179.15º36.98%75.29%-
XYZ36.1445.5356.17-
YUV170.66139.4892.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.01%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 191 (75% from 255) = 37.90%
R=24.01%
G=38.10%
B=37.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211921910.3700.010.25179.1536.0461.37
Hex79C0BF250119b3243d
Octal1713002774501312634475
Binary11110011100000010111111100101011100110110011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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