#78BFBB

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

Shades of Monte Carlo #78BFBB

Tints of Monte Carlo #78BFBB

Color information

#78BFBB (or 0x78BFBB) is unknown color: approx Monte Carlo. HEX triplet: 78, BF and BB. RGB value is (120,191,187). Sum of RGB (Red+Green+Blue) = 120+191+187=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #78BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFBB is #874044. Grayscale: #A9A9A9. Windows color (decimal): -8863813 or 12304248. OLE color: 12304248.

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

Color convert

RGB120191187-
CMYK0.3700.020.25
HSL176.62º35.68%60.98%-
HSV(B)176.62º37.17%74.9%-
XYZ35.3544.8453.81-
YUV169.32137.9892.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.10%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=24.10%
G=38.35%
B=37.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201911870.3700.020.25176.6235.6860.98
Hex78BFBB250219b1243d
Octal1702772734502312614475
Binary111100010111111101110111001010101100110110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,191,187); }

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

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

 a { background-color: rgb(120,191,187); }

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

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

 span { border-color: rgb(120,191,187); }

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