#78C1B9

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

Shades of Monte Carlo #78C1B9

Tints of Monte Carlo #78C1B9

Color information

#78C1B9 (or 0x78C1B9) is unknown color: approx Monte Carlo. HEX triplet: 78, C1 and B9. RGB value is (120,193,185). Sum of RGB (Red+Green+Blue) = 120+193+185=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #78C1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C1B9 is #873E46. Grayscale: #AAAAAA. Windows color (decimal): -8863303 or 12173688. OLE color: 12173688.

HSL color Cylindrical-coordinate representation of color #78C1B9: hue angle of 173.42º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C1B9 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB120193185-
CMYK0.3800.040.24
HSL173.42º37.06%61.37%-
HSV(B)173.42º37.82%75.69%-
XYZ35.5745.6452.83-
YUV170.26136.3292.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.10%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=24.10%
G=38.76%
B=37.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201931850.3800.040.24173.4237.0661.37
Hex78C1B9260418ad253d
Octal1703012714604302554575
Binary1111000110000011011100110011001001100010101101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,193,185); }

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

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

 a { background-color: rgb(120,193,185); }

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

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

 span { border-color: rgb(120,193,185); }

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