#78BAB4

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

Shades of Monte Carlo #78BAB4

Tints of Monte Carlo #78BAB4

Color information

#78BAB4 (or 0x78BAB4) is unknown color: approx Monte Carlo. HEX triplet: 78, BA and B4. RGB value is (120,186,180). Sum of RGB (Red+Green+Blue) = 120+186+180=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAB4 is #87454B. Grayscale: #A5A5A5. Windows color (decimal): -8865100 or 11844216. OLE color: 11844216.

HSL color Cylindrical-coordinate representation of color #78BAB4: hue angle of 174.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BAB4 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB120186180-
CMYK0.3500.030.27
HSL174.55º32.35%60%-
HSV(B)174.55º35.48%72.94%-
XYZ33.5442.4149.6-
YUV165.58136.1395.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.69%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=24.69%
G=38.27%
B=37.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201861800.3500.030.27174.5532.3560
Hex78BAB423031Baf203c
Octal1702722644303332574074
Binary111100010111010101101001000110111101110101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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