#78CCB9

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

Shades of Monte Carlo #78CCB9

Tints of Monte Carlo #78CCB9

Color information

#78CCB9 (or 0x78CCB9) is unknown color: approx Monte Carlo. HEX triplet: 78, CC and B9. RGB value is (120,204,185). Sum of RGB (Red+Green+Blue) = 120+204+185=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCB9 is #873346. Grayscale: #B0B0B0. Windows color (decimal): -8860487 or 12176504. OLE color: 12176504.

HSL color Cylindrical-coordinate representation of color #78CCB9: hue angle of 166.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCB9 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB120204185-
CMYK0.4100.090.2
HSL166.43º45.16%63.53%-
HSV(B)166.43º41.18%80%-
XYZ38.150.6853.67-
YUV176.72132.6787.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.58%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=23.58%
G=40.08%
B=36.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202041850.4100.090.2166.4345.1663.53
Hex78CCB9290914a62d40
Octal170314271510112424655100
Binary111100011001100101110011010010100110100101001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,204,185); }

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

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

 a { background-color: rgb(120,204,185); }

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

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

 span { border-color: rgb(120,204,185); }

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