#78CCAC

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

Shades of Monte Carlo #78CCAC

Tints of Monte Carlo #78CCAC

Color information

#78CCAC (or 0x78CCAC) is unknown color: approx Monte Carlo. HEX triplet: 78, CC and AC. RGB value is (120,204,172). Sum of RGB (Red+Green+Blue) = 120+204+172=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CCAC is #873353. Grayscale: #AFAFAF. Windows color (decimal): -8860500 or 11324536. OLE color: 11324536.

HSL color Cylindrical-coordinate representation of color #78CCAC: hue angle of 157.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCAC is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB120204172-
CMYK0.4100.160.2
HSL157.14º45.16%63.53%-
HSV(B)157.14º41.18%80%-
XYZ36.7850.1646.77-
YUV175.24126.1788.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.19%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=24.19%
G=41.13%
B=34.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202041720.4100.160.2157.1445.1663.53
Hex78CCAC29010149d2d40
Octal170314254510202423555100
Binary1111000110011001010110010100101000010100100111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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