#80CFB0

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

Shades of Monte Carlo #80CFB0

Tints of Monte Carlo #80CFB0

Color information

#80CFB0 (or 0x80CFB0) is unknown color: approx Monte Carlo. HEX triplet: 80, CF and B0. RGB value is (128,207,176). Sum of RGB (Red+Green+Blue) = 128+207+176=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFB0 is #7F304F. Grayscale: #B3B3B3. Windows color (decimal): -8335440 or 11587456. OLE color: 11587456.

HSL color Cylindrical-coordinate representation of color #80CFB0: hue angle of 156.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFB0 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB128207176-
CMYK0.3800.150.19
HSL156.46º45.14%65.69%-
HSV(B)156.46º38.16%81.18%-
XYZ39.0552.3549.12-
YUV179.84125.8391.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 207 (81.25% from 255) = 40.51%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=25.05%
G=40.51%
B=34.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282071760.3800.150.19156.4645.1465.69
Hex80CFB0260F139c2d42
Octal200317260460172323455102
Binary1000000011001111101100001001100111110011100111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,207,176); }

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

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

 a { background-color: rgb(128,207,176); }

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

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

 span { border-color: rgb(128,207,176); }

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