#80BFBB

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

Shades of Monte Carlo #80BFBB

Tints of Monte Carlo #80BFBB

Color information

#80BFBB (or 0x80BFBB) is unknown color: approx Monte Carlo. HEX triplet: 80, BF and BB. RGB value is (128,191,187). Sum of RGB (Red+Green+Blue) = 128+191+187=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFBB is #7F4044. Grayscale: #ABABAB. Windows color (decimal): -8339525 or 12304256. OLE color: 12304256.

HSL color Cylindrical-coordinate representation of color #80BFBB: hue angle of 176.19º degrees, saturation: 0.33, 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 #80BFBB is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB128191187-
CMYK0.3300.020.25
HSL176.19º32.98%62.55%-
HSV(B)176.19º32.98%74.9%-
XYZ36.545.4453.86-
YUV171.71136.6396.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=25.30%
G=37.75%
B=36.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911870.3300.020.25176.1932.9862.55
Hex80BFBB210219b0213f
Octal2002772734102312604177
Binary1000000010111111101110111000010101100110110000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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