#78C7B2

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

Shades of Monte Carlo #78C7B2

Tints of Monte Carlo #78C7B2

Color information

#78C7B2 (or 0x78C7B2) is unknown color: approx Monte Carlo. HEX triplet: 78, C7 and B2. RGB value is (120,199,178). Sum of RGB (Red+Green+Blue) = 120+199+178=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #78C7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C7B2 is #87384D. Grayscale: #ACACAC. Windows color (decimal): -8861774 or 11716472. OLE color: 11716472.

HSL color Cylindrical-coordinate representation of color #78C7B2: hue angle of 164.05º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C7B2 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB120199178-
CMYK0.4000.110.22
HSL164.05º41.36%62.55%-
HSV(B)164.05º39.7%78.04%-
XYZ36.2148.0549.49-
YUV172.98130.8390.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.14%
GREEN value IS 199 (78.12% from 255) = 40.04%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=24.14%
G=40.04%
B=35.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201991780.4000.110.22164.0541.3662.55
Hex78C7B2280B16a4293f
Octal17030726250013262445177
Binary11110001100011110110010101000010111011010100100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,199,178); }

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

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

 a { background-color: rgb(120,199,178); }

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

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

 span { border-color: rgb(120,199,178); }

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