#78BCAC

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

Shades of Monte Carlo #78BCAC

Tints of Monte Carlo #78BCAC

Color information

#78BCAC (or 0x78BCAC) is unknown color: approx Monte Carlo. HEX triplet: 78, BC and AC. RGB value is (120,188,172). Sum of RGB (Red+Green+Blue) = 120+188+172=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BCAC is #874353. Grayscale: #A5A5A5. Windows color (decimal): -8864596 or 11320440. OLE color: 11320440.

HSL color Cylindrical-coordinate representation of color #78BCAC: hue angle of 165.88º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BCAC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB120188172-
CMYK0.3600.090.26
HSL165.88º33.66%60.39%-
HSV(B)165.88º36.17%73.73%-
XYZ33.1842.9445.57-
YUV165.84131.4795.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=25%
G=39.17%
B=35.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201881720.3600.090.26165.8833.6660.39
Hex78BCAC24091Aa6223c
Octal17027425444011322464274
Binary11110001011110010101100100100010011101010100110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,188,172); }

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

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

 a { background-color: rgb(120,188,172); }

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

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

 span { border-color: rgb(120,188,172); }

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