#78D1AF

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

Shades of Monte Carlo #78D1AF

Tints of Monte Carlo #78D1AF

Color information

#78D1AF (or 0x78D1AF) is unknown color: approx Monte Carlo. HEX triplet: 78, D1 and AF. RGB value is (120,209,175). Sum of RGB (Red+Green+Blue) = 120+209+175=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D1AF is #872E50. Grayscale: #B2B2B2. Windows color (decimal): -8859217 or 11522424. OLE color: 11522424.

HSL color Cylindrical-coordinate representation of color #78D1AF: hue angle of 157.08º 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 #78D1AF is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB120209175-
CMYK0.4300.160.18
HSL157.08º49.17%64.51%-
HSV(B)157.08º42.58%81.96%-
XYZ38.2852.6948.71-
YUV178.51126.0186.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=23.81%
G=41.47%
B=34.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202091750.4300.160.18157.0849.1764.51
Hex78D1AF2B010129d3141
Octal170321257530202223561101
Binary1111000110100011010111110101101000010010100111011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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