#80BFB4

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

Shades of Monte Carlo #80BFB4

Tints of Monte Carlo #80BFB4

Color information

#80BFB4 (or 0x80BFB4) is unknown color: approx Monte Carlo. HEX triplet: 80, BF and B4. RGB value is (128,191,180). Sum of RGB (Red+Green+Blue) = 128+191+180=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFB4 is #7F404B. Grayscale: #AAAAAA. Windows color (decimal): -8339532 or 11845504. OLE color: 11845504.

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

Color convert

RGB128191180-
CMYK0.3300.060.25
HSL169.52º32.98%62.55%-
HSV(B)169.52º32.98%74.9%-
XYZ35.7745.1550.01-
YUV170.91133.1397.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=25.65%
G=38.28%
B=36.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911800.3300.060.25169.5232.9862.55
Hex80BFB4210619aa213f
Octal2002772644106312524177
Binary10000000101111111011010010000101101100110101010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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