#78C0BA

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

Shades of Monte Carlo #78C0BA

Tints of Monte Carlo #78C0BA

Color information

#78C0BA (or 0x78C0BA) is unknown color: approx Monte Carlo. HEX triplet: 78, C0 and BA. RGB value is (120,192,186). Sum of RGB (Red+Green+Blue) = 120+192+186=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0BA is #873F45. Grayscale: #A9A9A9. Windows color (decimal): -8863558 or 12238968. OLE color: 12238968.

HSL color Cylindrical-coordinate representation of color #78C0BA: hue angle of 175º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0BA is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB120192186-
CMYK0.3800.030.25
HSL175º36.36%61.18%-
HSV(B)175º37.5%75.29%-
XYZ35.4645.2453.32-
YUV169.79137.1592.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.10%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=24.10%
G=38.55%
B=37.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201921860.3800.030.2517536.3661.18
Hex78C0BA260319af243d
Octal1703002724603312574475
Binary111100011000000101110101001100111100110101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,186); }

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

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

 a { background-color: rgb(120,192,186); }

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

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

 span { border-color: rgb(120,192,186); }

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