#78C1B6

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

Shades of Monte Carlo #78C1B6

Tints of Monte Carlo #78C1B6

Color information

#78C1B6 (or 0x78C1B6) is unknown color: approx Monte Carlo. HEX triplet: 78, C1 and B6. RGB value is (120,193,182). Sum of RGB (Red+Green+Blue) = 120+193+182=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #78C1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C1B6 is #873E49. Grayscale: #A9A9A9. Windows color (decimal): -8863306 or 11977080. OLE color: 11977080.

HSL color Cylindrical-coordinate representation of color #78C1B6: hue angle of 170.96º 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 #78C1B6 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB120193182-
CMYK0.3800.060.24
HSL170.96º37.06%61.37%-
HSV(B)170.96º37.82%75.69%-
XYZ35.2645.5151.18-
YUV169.92134.8292.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.24%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=24.24%
G=38.99%
B=36.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201931820.3800.060.24170.9637.0661.37
Hex78C1B6260618ab253d
Octal1703012664606302534575
Binary1111000110000011011011010011001101100010101011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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