#78D0B0

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

Shades of Monte Carlo #78D0B0

Tints of Monte Carlo #78D0B0

Color information

#78D0B0 (or 0x78D0B0) is unknown color: approx Monte Carlo. HEX triplet: 78, D0 and B0. RGB value is (120,208,176). Sum of RGB (Red+Green+Blue) = 120+208+176=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0B0 is #872F4F. Grayscale: #B2B2B2. Windows color (decimal): -8859472 or 11587704. OLE color: 11587704.

HSL color Cylindrical-coordinate representation of color #78D0B0: hue angle of 158.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D0B0 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB120208176-
CMYK0.4200.150.18
HSL158.18º48.35%64.31%-
HSV(B)158.18º42.31%81.57%-
XYZ38.1452.2449.15-
YUV178.04126.8586.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 176 (69.14% from 255) = 34.92%
R=23.81%
G=41.27%
B=34.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081760.4200.150.18158.1848.3564.31
Hex78D0B02A0F129e3040
Octal170320260520172223660100
Binary111100011010000101100001010100111110010100111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,208,176); }

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

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

 a { background-color: rgb(120,208,176); }

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

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

 span { border-color: rgb(120,208,176); }

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