#80BDA8

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

Shades of Monte Carlo #80BDA8

Tints of Monte Carlo #80BDA8

Color information

#80BDA8 (or 0x80BDA8) is unknown color: approx Monte Carlo. HEX triplet: 80, BD and A8. RGB value is (128,189,168). Sum of RGB (Red+Green+Blue) = 128+189+168=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BDA8 is #7F4257. Grayscale: #A8A8A8. Windows color (decimal): -8340056 or 11058560. OLE color: 11058560.

HSL color Cylindrical-coordinate representation of color #80BDA8: hue angle of 159.34º degrees, saturation: 0.32, 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 #80BDA8 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB128189168-
CMYK0.3200.110.26
HSL159.34º31.61%62.16%-
HSV(B)159.34º32.28%74.12%-
XYZ34.1743.8143.7-
YUV168.37127.7999.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=26.39%
G=38.97%
B=34.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281891680.3200.110.26159.3431.6162.16
Hex80BDA8200B1A9f203e
Octal20027525040013322374076
Binary100000001011110110101000100000010111101010011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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