#78BBB0

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

Shades of Monte Carlo #78BBB0

Tints of Monte Carlo #78BBB0

Color information

#78BBB0 (or 0x78BBB0) is unknown color: approx Monte Carlo. HEX triplet: 78, BB and B0. RGB value is (120,187,176). Sum of RGB (Red+Green+Blue) = 120+187+176=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BBB0 is #87444F. Grayscale: #A5A5A5. Windows color (decimal): -8864848 or 11582328. OLE color: 11582328.

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

Color convert

RGB120187176-
CMYK0.3600.060.27
HSL170.15º33%60.2%-
HSV(B)170.15º35.83%73.33%-
XYZ33.3542.6747.55-
YUV165.71133.895.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.84%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=24.84%
G=38.72%
B=36.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201871760.3600.060.27170.153360.2
Hex78BBB024061Baa213c
Octal1702732604406332524174
Binary1111000101110111011000010010001101101110101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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