#78BEAC

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

Shades of Monte Carlo #78BEAC

Tints of Monte Carlo #78BEAC

Color information

#78BEAC (or 0x78BEAC) is unknown color: approx Monte Carlo. HEX triplet: 78, BE and AC. RGB value is (120,190,172). Sum of RGB (Red+Green+Blue) = 120+190+172=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #78BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BEAC is #874153. Grayscale: #A7A7A7. Windows color (decimal): -8864084 or 11320952. OLE color: 11320952.

HSL color Cylindrical-coordinate representation of color #78BEAC: hue angle of 164.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BEAC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB120190172-
CMYK0.3700.090.25
HSL164.57º35%60.78%-
HSV(B)164.57º36.84%74.51%-
XYZ33.6143.845.71-
YUV167.02130.8194.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=24.90%
G=39.42%
B=35.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201901720.3700.090.25164.573560.78
Hex78BEAC250919a5233d
Octal17027625445011312454375
Binary11110001011111010101100100101010011100110100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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