#80BCB6

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

Shades of Monte Carlo #80BCB6

Tints of Monte Carlo #80BCB6

Color information

#80BCB6 (or 0x80BCB6) is unknown color: approx Monte Carlo. HEX triplet: 80, BC and B6. RGB value is (128,188,182). Sum of RGB (Red+Green+Blue) = 128+188+182=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCB6 is #7F4349. Grayscale: #A9A9A9. Windows color (decimal): -8340298 or 11975808. OLE color: 11975808.

HSL color Cylindrical-coordinate representation of color #80BCB6: hue angle of 174º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BCB6 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB128188182-
CMYK0.3200.030.26
HSL174º30.93%61.96%-
HSV(B)174º31.91%73.73%-
XYZ35.3343.9350.87-
YUV169.38135.1298.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=25.70%
G=37.75%
B=36.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281881820.3200.030.2617430.9361.96
Hex80BCB620031Aae1f3e
Octal2002742664003322563776
Binary100000001011110010110110100000011110101010111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,182); }

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

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

 a { background-color: rgb(128,188,182); }

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

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

 span { border-color: rgb(128,188,182); }

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