#80C7BD

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

Shades of Monte Carlo #80C7BD

Tints of Monte Carlo #80C7BD

Color information

#80C7BD (or 0x80C7BD) is unknown color: approx Monte Carlo. HEX triplet: 80, C7 and BD. RGB value is (128,199,189). Sum of RGB (Red+Green+Blue) = 128+199+189=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #80C7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C7BD is #7F3842. Grayscale: #B0B0B0. Windows color (decimal): -8337475 or 12437376. OLE color: 12437376.

HSL color Cylindrical-coordinate representation of color #80C7BD: hue angle of 171.55º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C7BD is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB128199189-
CMYK0.3600.050.22
HSL171.55º38.8%64.12%-
HSV(B)171.55º35.68%78.04%-
XYZ38.5149.1155.59-
YUV176.63134.9893.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.81%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=24.81%
G=38.57%
B=36.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991890.3600.050.22171.5538.864.12
Hex80C7BD240516ac2740
Octal20030727544052625447100
Binary100000001100011110111101100100010110110101011001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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