#80C0BF

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

Shades of Monte Carlo #80C0BF

Tints of Monte Carlo #80C0BF

Color information

#80C0BF (or 0x80C0BF) is unknown color: approx Monte Carlo. HEX triplet: 80, C0 and BF. RGB value is (128,192,191). Sum of RGB (Red+Green+Blue) = 128+192+191=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0BF is #7F3F40. Grayscale: #ACACAC. Windows color (decimal): -8339265 or 12566656. OLE color: 12566656.

HSL color Cylindrical-coordinate representation of color #80C0BF: hue angle of 179.06º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C0BF is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB128192191-
CMYK0.3300.010.25
HSL179.06º33.68%62.75%-
HSV(B)179.06º33.33%75.29%-
XYZ37.1646.0556.22-
YUV172.75138.396.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 191 (75% from 255) = 37.38%
R=25.05%
G=37.57%
B=37.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921910.3300.010.25179.0633.6862.75
Hex80C0BF210119b3223f
Octal2003002774101312634277
Binary100000001100000010111111100001011100110110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80C0BF; }

 p { color: rgb(128,192,191); }

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

<style>
 a { background-color: #80C0BF; }

 a { background-color: rgb(128,192,191); }

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

<style>
 span { border-color: #80C0BF; }

 span { border-color: rgb(128,192,191); }

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