#78C6BA

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

Shades of Monte Carlo #78C6BA

Tints of Monte Carlo #78C6BA

Color information

#78C6BA (or 0x78C6BA) is unknown color: approx Monte Carlo. HEX triplet: 78, C6 and BA. RGB value is (120,198,186). Sum of RGB (Red+Green+Blue) = 120+198+186=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #78C6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C6BA is #873945. Grayscale: #ADADAD. Windows color (decimal): -8862022 or 12240504. OLE color: 12240504.

HSL color Cylindrical-coordinate representation of color #78C6BA: hue angle of 170.77º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C6BA is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB120198186-
CMYK0.3900.060.22
HSL170.77º40.63%62.35%-
HSV(B)170.77º39.39%77.65%-
XYZ36.847.9353.77-
YUV173.31135.1689.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=23.81%
G=39.29%
B=36.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201981860.3900.060.22170.7740.6362.35
Hex78C6BA270616ab293e
Octal1703062724706262535176
Binary1111000110001101011101010011101101011010101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,198,186); }

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

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

 a { background-color: rgb(120,198,186); }

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

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

 span { border-color: rgb(120,198,186); }

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