#80C9BA

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

Shades of Monte Carlo #80C9BA

Tints of Monte Carlo #80C9BA

Color information

#80C9BA (or 0x80C9BA) is unknown color: approx Monte Carlo. HEX triplet: 80, C9 and BA. RGB value is (128,201,186). Sum of RGB (Red+Green+Blue) = 128+201+186=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #80C9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9BA is #7F3645. Grayscale: #B1B1B1. Windows color (decimal): -8336966 or 12241280. OLE color: 12241280.

HSL color Cylindrical-coordinate representation of color #80C9BA: hue angle of 167.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C9BA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB128201186-
CMYK0.3600.070.21
HSL167.67º40.33%64.51%-
HSV(B)167.67º36.32%78.82%-
XYZ38.6549.9154.05-
YUV177.46132.8292.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.85%
GREEN value IS 201 (78.91% from 255) = 39.03%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=24.85%
G=39.03%
B=36.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282011860.3600.070.21167.6740.3364.51
Hex80C9BA240715a82841
Octal20031127244072525050101
Binary100000001100100110111010100100011110101101010001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,201,186); }

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

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

 a { background-color: rgb(128,201,186); }

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

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

 span { border-color: rgb(128,201,186); }

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