#78BFBE

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

Shades of Monte Carlo #78BFBE

Tints of Monte Carlo #78BFBE

Color information

#78BFBE (or 0x78BFBE) is unknown color: approx Monte Carlo. HEX triplet: 78, BF and BE. RGB value is (120,191,190). Sum of RGB (Red+Green+Blue) = 120+191+190=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #78BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFBE is #874041. Grayscale: #A9A9A9. Windows color (decimal): -8863810 or 12500856. OLE color: 12500856.

HSL color Cylindrical-coordinate representation of color #78BFBE: hue angle of 179.15º 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 #78BFBE is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB120191190-
CMYK0.3700.010.25
HSL179.15º35.68%60.98%-
HSV(B)179.15º37.17%74.9%-
XYZ35.6744.9755.52-
YUV169.66139.4892.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.95%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=23.95%
G=38.12%
B=37.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201911900.3700.010.25179.1535.6860.98
Hex78BFBE250119b3243d
Octal1702772764501312634475
Binary11110001011111110111110100101011100110110011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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