#7FBAB7

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

Shades of Monte Carlo #7FBAB7

Tints of Monte Carlo #7FBAB7

Color information

#7FBAB7 (or 0x7FBAB7) is unknown color: approx Monte Carlo. HEX triplet: 7F, BA and B7. RGB value is (127,186,183). Sum of RGB (Red+Green+Blue) = 127+186+183=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBAB7 is #804548. Grayscale: #A7A7A7. Windows color (decimal): -8406345 or 12040831. OLE color: 12040831.

HSL color Cylindrical-coordinate representation of color #7FBAB7: hue angle of 176.95º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBAB7 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB127186183-
CMYK0.3200.020.27
HSL176.95º29.95%61.37%-
HSV(B)176.95º31.72%72.94%-
XYZ34.8643.0551.27-
YUV168.02136.4598.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.60%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=25.60%
G=37.5%
B=36.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861830.3200.020.27176.9529.9561.37
Hex7FBAB720021Bb11e3d
Octal1772722674002332613675
Binary11111111011101010110111100000010110111011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,183); }

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

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

 a { background-color: rgb(127,186,183); }

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

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

 span { border-color: rgb(127,186,183); }

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