#78c4ae

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

Shades of Monte Carlo #78C4AE

Tints of Monte Carlo #78C4AE

Color information

#78C4AE (or 0x78C4AE) is unknown color: approx Monte Carlo. HEX triplet: 78, C4 and AE. RGB value is (120,196,174). Sum of RGB (Red+Green+Blue) = 120+196+174=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #78C4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C4AE is #873B51. Grayscale: #AAAAAA. Windows color (decimal): -8862546 or 11453560. OLE color: 11453560.

HSL color Cylindrical-coordinate representation of color #78C4AE: hue angle of 162.63º degrees, saturation: 0.39, 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 #78C4AE is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB120196174-
CMYK0.3900.110.23
HSL162.63º39.18%61.96%-
HSV(B)162.63º38.78%76.86%-
XYZ35.1346.5347.17-
YUV170.77129.8291.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.49%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=24.49%
G=40%
B=35.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201961740.3900.110.23162.6339.1861.96
Hex78C4AE270B17a3273e
Octal17030425647013272434776
Binary11110001100010010101110100111010111011110100011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78c4ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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