#78BAB5

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

Shades of Monte Carlo #78BAB5

Tints of Monte Carlo #78BAB5

Color information

#78BAB5 (or 0x78BAB5) is unknown color: approx Monte Carlo. HEX triplet: 78, BA and B5. RGB value is (120,186,181). Sum of RGB (Red+Green+Blue) = 120+186+181=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAB5 is #87454A. Grayscale: #A5A5A5. Windows color (decimal): -8865099 or 11909752. OLE color: 11909752.

HSL color Cylindrical-coordinate representation of color #78BAB5: hue angle of 175.45º 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 #78BAB5 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB120186181-
CMYK0.3500.030.27
HSL175.45º32.35%60%-
HSV(B)175.45º35.48%72.94%-
XYZ33.6542.4550.14-
YUV165.7136.6395.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.64%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 181 (71.09% from 255) = 37.17%
R=24.64%
G=38.19%
B=37.17%

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
Decimal1201861810.3500.030.27175.4532.3560
Hex78BAB523031Baf203c
Octal1702722654303332574074
Binary111100010111010101101011000110111101110101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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