#78C0A3

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

Shades of Monte Carlo #78C0A3

Tints of Monte Carlo #78C0A3

Color information

#78C0A3 (or 0x78C0A3) is unknown color: approx Monte Carlo. HEX triplet: 78, C0 and A3. RGB value is (120,192,163). Sum of RGB (Red+Green+Blue) = 120+192+163=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0A3 is #873F5C. Grayscale: #A7A7A7. Windows color (decimal): -8863581 or 10731640. OLE color: 10731640.

HSL color Cylindrical-coordinate representation of color #78C0A3: hue angle of 155.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0A3 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB120192163-
CMYK0.3800.150.25
HSL155.83º36.36%61.18%-
HSV(B)155.83º37.5%75.29%-
XYZ33.2144.3441.46-
YUV167.17125.6594.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=25.26%
G=40.42%
B=34.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201921630.3800.150.25155.8336.3661.18
Hex78C0A3260F199c243d
Octal17030024346017312344475
Binary11110001100000010100011100110011111100110011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,163); }

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

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

 a { background-color: rgb(120,192,163); }

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

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

 span { border-color: rgb(120,192,163); }

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