#80BDB5

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

Shades of Monte Carlo #80BDB5

Tints of Monte Carlo #80BDB5

Color information

#80BDB5 (or 0x80BDB5) is unknown color: approx Monte Carlo. HEX triplet: 80, BD and B5. RGB value is (128,189,181). Sum of RGB (Red+Green+Blue) = 128+189+181=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDB5 is #7F424A. Grayscale: #A9A9A9. Windows color (decimal): -8340043 or 11910528. OLE color: 11910528.

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

Color convert

RGB128189181-
CMYK0.3200.040.26
HSL172.13º31.61%62.16%-
HSV(B)172.13º32.28%74.12%-
XYZ35.4444.3250.4-
YUV169.85134.2998.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=25.70%
G=37.95%
B=36.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281891810.3200.040.26172.1331.6162.16
Hex80BDB520041Aac203e
Octal2002752654004322544076
Binary10000000101111011011010110000001001101010101100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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