#78D1B6

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

Shades of Monte Carlo #78D1B6

Tints of Monte Carlo #78D1B6

Color information

#78D1B6 (or 0x78D1B6) is unknown color: approx Monte Carlo. HEX triplet: 78, D1 and B6. RGB value is (120,209,182). Sum of RGB (Red+Green+Blue) = 120+209+182=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1B6 is #872E49. Grayscale: #B3B3B3. Windows color (decimal): -8859210 or 11981176. OLE color: 11981176.

HSL color Cylindrical-coordinate representation of color #78D1B6: hue angle of 161.8º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D1B6 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB120209182-
CMYK0.4300.130.18
HSL161.8º49.17%64.51%-
HSV(B)161.8º42.58%81.96%-
XYZ38.9952.9752.43-
YUV179.31129.5185.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.48%
GREEN value IS 209 (82.03% from 255) = 40.90%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=23.48%
G=40.90%
B=35.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202091820.4300.130.18161.849.1764.51
Hex78D1B62B0D12a23141
Octal170321266530152224261101
Binary111100011010001101101101010110110110010101000101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,209,182); }

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

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

 a { background-color: rgb(120,209,182); }

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

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

 span { border-color: rgb(120,209,182); }

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