#7FBCAB

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

Shades of Monte Carlo #7FBCAB

Tints of Monte Carlo #7FBCAB

Color information

#7FBCAB (or 0x7FBCAB) is unknown color: approx Monte Carlo. HEX triplet: 7F, BC and AB. RGB value is (127,188,171). Sum of RGB (Red+Green+Blue) = 127+188+171=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCAB is #804354. Grayscale: #A7A7A7. Windows color (decimal): -8405845 or 11254911. OLE color: 11254911.

HSL color Cylindrical-coordinate representation of color #7FBCAB: hue angle of 163.28º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCAB is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB127188171-
CMYK0.3200.090.26
HSL163.28º31.28%61.76%-
HSV(B)163.28º32.45%73.73%-
XYZ34.0943.4245.11-
YUV167.82129.7998.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=26.13%
G=38.68%
B=35.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881710.3200.090.26163.2831.2861.76
Hex7FBCAB20091Aa31f3e
Octal17727425340011322433776
Binary1111111101111001010101110000001001110101010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,171); }

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

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

 a { background-color: rgb(127,188,171); }

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

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

 span { border-color: rgb(127,188,171); }

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