#78C7BB

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

Shades of Monte Carlo #78C7BB

Tints of Monte Carlo #78C7BB

Color information

#78C7BB (or 0x78C7BB) is unknown color: approx Monte Carlo. HEX triplet: 78, C7 and BB. RGB value is (120,199,187). Sum of RGB (Red+Green+Blue) = 120+199+187=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #78C7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C7BB is #873844. Grayscale: #ADADAD. Windows color (decimal): -8861765 or 12306296. OLE color: 12306296.

HSL color Cylindrical-coordinate representation of color #78C7BB: hue angle of 170.89º 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 #78C7BB is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB120199187-
CMYK0.4000.060.22
HSL170.89º41.36%62.55%-
HSV(B)170.89º39.7%78.04%-
XYZ37.1448.4354.4-
YUV174.01135.3389.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.72%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=23.72%
G=39.33%
B=36.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201991870.4000.060.22170.8941.3662.55
Hex78C7BB280616ab293f
Octal1703072735006262535177
Binary1111000110001111011101110100001101011010101011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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