#80BFA8

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

Shades of Monte Carlo #80BFA8

Tints of Monte Carlo #80BFA8

Color information

#80BFA8 (or 0x80BFA8) is unknown color: approx Monte Carlo. HEX triplet: 80, BF and A8. RGB value is (128,191,168). Sum of RGB (Red+Green+Blue) = 128+191+168=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BFA8 is #7F4057. Grayscale: #A9A9A9. Windows color (decimal): -8339544 or 11059072. OLE color: 11059072.

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

Color convert

RGB128191168-
CMYK0.3300.120.25
HSL158.1º32.98%62.55%-
HSV(B)158.1º32.98%74.9%-
XYZ34.644.6843.85-
YUV169.54127.1398.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=26.28%
G=39.22%
B=34.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911680.3300.120.25158.132.9862.55
Hex80BFA8210C199e213f
Octal20027725041014312364177
Binary100000001011111110101000100001011001100110011110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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