#78c5ae

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

Shades of Monte Carlo #78C5AE

Tints of Monte Carlo #78C5AE

Color information

#78C5AE (or 0x78C5AE) is unknown color: approx Monte Carlo. HEX triplet: 78, C5 and AE. RGB value is (120,197,174). Sum of RGB (Red+Green+Blue) = 120+197+174=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #78C5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C5AE is #873A51. Grayscale: #ABABAB. Windows color (decimal): -8862290 or 11453816. OLE color: 11453816.

HSL color Cylindrical-coordinate representation of color #78C5AE: hue angle of 162.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C5AE is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB120197174-
CMYK0.3900.120.23
HSL162.08º39.9%62.16%-
HSV(B)162.08º39.09%77.25%-
XYZ35.3546.9847.25-
YUV171.36129.4991.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=24.44%
G=40.12%
B=35.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201971740.3900.120.23162.0839.962.16
Hex78C5AE270C17a2283e
Octal17030525647014272425076
Binary11110001100010110101110100111011001011110100010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78c5ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78c5ae; }

 p { color: rgb(120,197,174); }

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

<style>
 a { background-color: #78c5ae; }

 a { background-color: rgb(120,197,174); }

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

<style>
 span { border-color: #78c5ae; }

 span { border-color: rgb(120,197,174); }

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