#7FC7B0

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

Shades of Monte Carlo #7FC7B0

Tints of Monte Carlo #7FC7B0

Color information

#7FC7B0 (or 0x7FC7B0) is unknown color: approx Monte Carlo. HEX triplet: 7F, C7 and B0. RGB value is (127,199,176). Sum of RGB (Red+Green+Blue) = 127+199+176=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC7B0 is #80384F. Grayscale: #AEAEAE. Windows color (decimal): -8403024 or 11585407. OLE color: 11585407.

HSL color Cylindrical-coordinate representation of color #7FC7B0: hue angle of 160.83º 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 #7FC7B0 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB127199176-
CMYK0.3600.120.22
HSL160.83º39.13%63.92%-
HSV(B)160.83º36.18%78.04%-
XYZ37.0148.4948.48-
YUV174.85128.6593.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=25.30%
G=39.64%
B=35.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271991760.3600.120.22160.8339.1363.92
Hex7FC7B0240C16a12740
Octal177307260440142624147100
Binary111111111000111101100001001000110010110101000011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FC7B0; }

 p { color: rgb(127,199,176); }

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

<style>
 a { background-color: #7FC7B0; }

 a { background-color: rgb(127,199,176); }

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

<style>
 span { border-color: #7FC7B0; }

 span { border-color: rgb(127,199,176); }

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