#78C7AA

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

Shades of Monte Carlo #78C7AA

Tints of Monte Carlo #78C7AA

Color information

#78C7AA (or 0x78C7AA) is unknown color: approx Monte Carlo. HEX triplet: 78, C7 and AA. RGB value is (120,199,170). Sum of RGB (Red+Green+Blue) = 120+199+170=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #78C7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C7AA is #873855. Grayscale: #ACACAC. Windows color (decimal): -8861782 or 11192184. OLE color: 11192184.

HSL color Cylindrical-coordinate representation of color #78C7AA: hue angle of 157.97º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C7AA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB120199170-
CMYK0.4000.150.22
HSL157.97º41.36%62.55%-
HSV(B)157.97º39.7%78.04%-
XYZ35.4247.7445.38-
YUV172.07126.8390.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.54%
GREEN value IS 199 (78.12% from 255) = 40.70%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=24.54%
G=40.70%
B=34.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201991700.4000.150.22157.9741.3662.55
Hex78C7AA280F169e293f
Octal17030725250017262365177
Binary11110001100011110101010101000011111011010011110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,199,170); }

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

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

 a { background-color: rgb(120,199,170); }

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

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

 span { border-color: rgb(120,199,170); }

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